Skip to content

Commit

Permalink
ci: upgrade actions/cache to v4
Browse files Browse the repository at this point in the history
actions/cache@v3 is deprecated to due to old Node.js version.
  • Loading branch information
riptl authored and ripatel-fd committed Jan 29, 2024
1 parent 851b524 commit da06314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
run: sha256sum '${{ inputs.deps-script-path }}' | awk '{print "HASH=" $1}' >> "$GITHUB_OUTPUT"

- id: deps-sh-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: deps-bundle.tar.zst
key: ${{ runner.os }}-deps-sh-${{ steps.deps-sh-hash.outputs.HASH }}
Expand Down

0 comments on commit da06314

Please sign in to comment.