Skip to content

Commit a61ec9e

Browse files
Bump ruby/setup-ruby from 1.245.0 to 1.246.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.245.0 to 1.246.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@a4effe4...a4f8389) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.246.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8c084c6 commit a61ec9e

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
@@ -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@a4effe49ee8ee5b8b5091268c473a4628afb5651 # 1.245.0
28+
uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 # 1.246.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@a4effe49ee8ee5b8b5091268c473a4628afb5651 # 1.245.0
21+
- uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 # 1.246.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@a4effe49ee8ee5b8b5091268c473a4628afb5651 # 1.245.0
36+
- uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 # 1.246.0
3737
with:
3838
ruby-version: ${{ matrix.version }}
3939

0 commit comments

Comments
 (0)