We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9756f74 + 14d2e53 commit 5e5a168Copy full SHA for 5e5a168
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
ruby-version: "2.7"
40
41
- name: Cache gems
42
- uses: actions/cache@v2
+ uses: actions/cache@v3
43
with:
44
path: vendor/gems
45
key: ${{ runner.os }}-pr-${{ hashFiles('**/Gemfile') }}
.github/workflows/nightly.yml
@@ -38,7 +38,7 @@ jobs:
38
0 commit comments