We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399e892 commit 5033376Copy full SHA for 5033376
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/checkout@v2
27
28
- name: Restore bundle cache
29
- uses: actions/cache@v2
+ uses: actions/cache@v4
30
with:
31
path: vendor/bundle
32
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
0 commit comments