Skip to content

Commit 5ac195b

Browse files
dependabot[bot]st0012vinistock
authored
Bump ruby/setup-ruby from 1.238.0 to 1.242.0 (#610)
* Bump ruby/setup-ruby from 1.238.0 to 1.242.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.238.0 to 1.242.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@e34163c...cb0fda5) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.242.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump cache version * Bump other cache version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stan Lo <[email protected]> Co-authored-by: Vinicius Stock <[email protected]>
1 parent 47b131b commit 5ac195b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
run: "rm ${{ matrix.gemfile }}.lock"
3131

3232
- name: Set up Ruby
33-
uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0
33+
uses: ruby/setup-ruby@cb0fda56a307b8c78d38320cd40d9eb22a3bf04e # v1.242.0
3434
with:
3535
bundler: latest
3636
ruby-version: ${{ matrix.ruby }}
3737
bundler-cache: true
38-
cache-version: 7
38+
cache-version: 8
3939

4040
- name: Run tests
4141
run: |
@@ -47,10 +47,11 @@ jobs:
4747
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4848

4949
- name: Set up Ruby
50-
uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0
50+
uses: ruby/setup-ruby@cb0fda56a307b8c78d38320cd40d9eb22a3bf04e # v1.242.0
5151
with:
5252
bundler: latest
5353
bundler-cache: true
54+
cache-version: 8
5455

5556
- name: Typecheck
5657
run: bundle exec srb tc

0 commit comments

Comments
 (0)