We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7ae2f commit 465e8daCopy full SHA for 465e8da
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v2
16
with:
17
ref: develop
18
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
19
20
path: ~/.cache
21
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
0 commit comments