Skip to content

Commit 3a9cc05

Browse files
Bump ruby/setup-ruby from 1.301.0 to 1.307.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.301.0 to 1.307.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@4c56a21...6aaa311) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.307.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 812cea0 commit 3a9cc05

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0 # fetch everything
1515
- name: Set up Ruby
16-
uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # ruby/setup-ruby@v1 see https://github.com/ruby/setup-ruby/tree/v1
16+
uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # ruby/setup-ruby@v1 see https://github.com/ruby/setup-ruby/tree/v1
1717
with:
1818
ruby-version: 3.4
1919
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # actions/checkout@v6 see https://github.com/actions/checkout/releases/tag/v6
2121
- name: Set up Ruby
22-
uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # ruby/setup-ruby@v1 see https://github.com/ruby/setup-ruby/tree/v1
22+
uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # ruby/setup-ruby@v1 see https://github.com/ruby/setup-ruby/tree/v1
2323
with:
2424
ruby-version: ${{ matrix.ruby-version }}
2525
- name: Install dependencies

0 commit comments

Comments
 (0)