We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b807787 commit a9ca10dCopy full SHA for a9ca10d
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@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
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