Skip to content

Commit 1abf227

Browse files
authored
Merge pull request #230 from maxmind/dependabot/github_actions/ruby/setup-ruby-1.310.0
Bump ruby/setup-ruby from 1.308.0 to 1.310.0
2 parents ff99fcb + 828a7b3 commit 1abf227

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
2626
# specify that we want the v1 branch.
2727
- name: Set up Ruby
28-
uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0
28+
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
2929
with:
3030
ruby-version: ruby
3131

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
2020
# specify that we want the v1 branch.
21-
- uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0
21+
- uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
2222
with:
2323
ruby-version: 3.4
2424

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
3636
# specify that we want the v1 branch.
37-
- uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0
37+
- uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
3838
with:
3939
ruby-version: ${{ matrix.version }}
4040

0 commit comments

Comments
 (0)