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.
2 parents 3ec6afd + 3de17e7 commit 106e3a3Copy full SHA for 106e3a3
.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