We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a49bd0 commit 4f514f4Copy full SHA for 4f514f4
1 file changed
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
ruby-version: '3.0.2'
23
- name: Enable bundler cache
24
- uses: actions/cache@v2
+ uses: actions/cache@v4
25
26
path: vendor/bundle
27
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
0 commit comments