Skip to content

Commit 6891df7

Browse files
authored
Merge pull request #90 from maxmind/dependabot/github_actions/ruby/setup-ruby-1.248.0
Bump ruby/setup-ruby from 1.247.0 to 1.248.0
2 parents 2e3acf1 + 76511db commit 6891df7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
2727
# specify that we want the v1 branch.
2828
- name: Set up Ruby
29-
uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # 1.247.0
29+
uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # 1.248.0
3030
with:
3131
ruby-version: ruby
3232

.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@472790540115ce5bd69d399a020189a8c87d641f # 1.247.0
21+
- uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # 1.248.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
@@ -33,7 +33,7 @@ jobs:
3333

3434
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
3535
# specify that we want the v1 branch.
36-
- uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # 1.247.0
36+
- uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # 1.248.0
3737
with:
3838
ruby-version: ${{ matrix.version }}
3939

0 commit comments

Comments
 (0)