diff --git a/action.yml b/action.yml index b3a9c1f..0171565 100644 --- a/action.yml +++ b/action.yml @@ -73,7 +73,7 @@ runs: shell: bash run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT} - - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 if: inputs.function == '' id: npm-cache with: @@ -94,7 +94,7 @@ runs: echo "${{ inputs.build }}" > tmp/dist/inputs.build echo "${{ inputs.dist }}" > tmp/dist/inputs.dist - - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 if: inputs.function == '' id: build-cache with: