We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88397b commit 5291d29Copy full SHA for 5291d29
.github/actions/setup/action.yaml
@@ -16,7 +16,7 @@ runs:
16
node-version: lts/*
17
registry-url: https://registry.npmjs.org
18
19
- - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
+ - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
20
if: ${{ inputs.dependencies == 'true' }}
21
with:
22
path: ~/.bun/install/cache
0 commit comments