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.
2 parents b807787 + b14967e commit 5616cb4Copy full SHA for 5616cb4
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@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
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