Skip to content

Commit 55fa897

Browse files
Bump ruby/setup-ruby from 1 to 1.308.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1 to 1.308.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@v1...v1.308.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.308.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60d8f7d commit 55fa897

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cucumber.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
show-progress: false
4141

4242
- name: Setup Ruby
43-
uses: ruby/setup-ruby@v1
43+
uses: ruby/setup-ruby@v1.308.0
4444
with:
4545
bundler-cache: true
4646

.github/workflows/flog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v6
1212

13-
- uses: ruby/setup-ruby@v1
13+
- uses: ruby/setup-ruby@v1.308.0
1414
with:
1515
bundler-cache: true
1616

.github/workflows/linterb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v6
1212

1313
- name: Setup Ruby
14-
uses: ruby/setup-ruby@v1
14+
uses: ruby/setup-ruby@v1.308.0
1515
with:
1616
bundler-cache: true
1717

.github/workflows/minitest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
show-progress: false
6868

6969
- name: Setup Ruby
70-
uses: ruby/setup-ruby@v1
70+
uses: ruby/setup-ruby@v1.308.0
7171
with:
7272
bundler-cache: true
7373

0 commit comments

Comments
 (0)