We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd9d47c + 0662b54 commit d3fb90fCopy full SHA for d3fb90f
1 file changed
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
ruby-version: ${{ env.ruby-version }}
22
23
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
24
25
path: vendor/bundle
26
key: gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
0 commit comments