We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15894af + 64f086f commit 3ceeeb5Copy full SHA for 3ceeeb5
1 file changed
.github/workflows/test-electron.yml
@@ -30,7 +30,7 @@ jobs:
30
if: ${{ !env.ACT }}
31
run: |
32
echo "::set-output name=dir::$(npm config get cache)"
33
- - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
34
id: npm-cache
35
36
with:
0 commit comments