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 3ec6afd commit 3de17e7Copy full SHA for 3de17e7
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
ruby-version: ${{ matrix.ruby }}
14
bundler-cache: true
15
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
16
17
path: vendor/bundle
18
key: ${{ runner.os }}-ruby-${{ matrix.ruby }}-gems-${{ hashFiles('**/Gemfile.lock') }}
0 commit comments