Skip to content

Commit 60c24b6

Browse files
Bump ruby/setup-ruby from 1.319.0 to 1.321.0 in the github-actions group (#89)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6743410 commit 60c24b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v7.0.1
3535

3636
- name: Set up ruby and bundle
37-
uses: ruby/setup-ruby@v1.319.0
37+
uses: ruby/setup-ruby@v1.321.0
3838
with:
3939
ruby-version: ${{matrix.ruby}}
4040
bundler-cache: true

.github/workflows/push_gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3131

3232
- name: Set up Ruby
33-
uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0
33+
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
3434
with:
3535
ruby-version: ruby
3636
bundler-cache: true

0 commit comments

Comments
 (0)