Skip to content

Commit a3752b1

Browse files
Bump ruby/setup-ruby from 1.314.0 to 1.315.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.314.0 to 1.315.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@9eb537c...0dafeac) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.315.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee7b810 commit a3752b1

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
@@ -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@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0
29+
uses: ruby/setup-ruby@0dafeac902942906541bc140009cdbf32665b601 # v1.315.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@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0
21+
- uses: ruby/setup-ruby@0dafeac902942906541bc140009cdbf32665b601 # v1.315.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@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0
37+
- uses: ruby/setup-ruby@0dafeac902942906541bc140009cdbf32665b601 # v1.315.0
3838
with:
3939
ruby-version: ${{ matrix.version }}
4040

0 commit comments

Comments
 (0)