Skip to content

Commit

Permalink
update to use actions/cache/save@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw committed Jul 2, 2024
1 parent fc1589a commit 364237f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- id: get-sha
run: echo "::set-output name=sha::$(git rev-parse HEAD)"
- name: Save test webpack bundles to cache (for build number checksum used by rspec job)
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: spec/dummy/public/webpack
key: dummy-app-webpack-bundle-${{ steps.get-sha.outputs.sha }}-${{ matrix.versions }}
Expand Down

0 comments on commit 364237f

Please sign in to comment.