We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b807787 commit 96eaf05Copy full SHA for 96eaf05
1 file changed
action.yml
@@ -73,7 +73,7 @@ runs:
73
shell: bash
74
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
75
76
- - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
+ - uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3.4.0
77
if: inputs.function == ''
78
id: npm-cache
79
with:
@@ -94,7 +94,7 @@ runs:
94
echo "${{ inputs.build }}" > tmp/dist/inputs.build
95
echo "${{ inputs.dist }}" > tmp/dist/inputs.dist
96
97
98
99
id: build-cache
100
0 commit comments