We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069f31f commit 1f1bc5eCopy full SHA for 1f1bc5e
1 file changed
.github/workflows/tests.yml
@@ -27,15 +27,15 @@ jobs:
27
- truffleruby
28
steps:
29
- name: Checkout
30
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
31
32
- name: Setup ruby ${{ matrix.ruby }}
33
uses: ruby/setup-ruby@v1
34
with:
35
ruby-version: ${{ matrix.ruby }}
36
37
- name: Restore cache
38
- uses: actions/cache@v3
+ uses: actions/cache@v4
39
40
path: ${{ env.BUNDLE_PATH }}
41
key: ruby-${{ matrix.ruby }}-gems-${{ hashFiles('config.gemspec', 'gemfiles/**') }}
0 commit comments