We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b807787 commit 883bcd8Copy full SHA for 883bcd8
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@58c1e461ab4154b5b12d40cb0e84792b845ab8ba # v3.4.1
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