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 40ab41d commit 64d11ffCopy full SHA for 64d11ff
.github/workflows/deposit.yml
@@ -31,7 +31,7 @@ jobs:
31
pip3 install --user coloredlogs
32
33
- name: Cache gems
34
- uses: actions/cache@v2
+ uses: actions/cache@v3
35
with:
36
path: vendor/bundle
37
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile') }}
0 commit comments