Skip to content

Commit 1f1bc5e

Browse files
Bump actions/checkout and actions/cache (#350)
1 parent 069f31f commit 1f1bc5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
- truffleruby
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131

3232
- name: Setup ruby ${{ matrix.ruby }}
3333
uses: ruby/setup-ruby@v1
3434
with:
3535
ruby-version: ${{ matrix.ruby }}
3636

3737
- name: Restore cache
38-
uses: actions/cache@v3
38+
uses: actions/cache@v4
3939
with:
4040
path: ${{ env.BUNDLE_PATH }}
4141
key: ruby-${{ matrix.ruby }}-gems-${{ hashFiles('config.gemspec', 'gemfiles/**') }}

0 commit comments

Comments
 (0)