Skip to content

Commit b14967e

Browse files
chore(deps): update actions/cache action to v3.4.3
1 parent b807787 commit b14967e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373
shell: bash
7474
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
7575

76-
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
76+
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
7777
if: inputs.function == ''
7878
id: npm-cache
7979
with:
@@ -94,7 +94,7 @@ runs:
9494
echo "${{ inputs.build }}" > tmp/dist/inputs.build
9595
echo "${{ inputs.dist }}" > tmp/dist/inputs.dist
9696
97-
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
97+
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
9898
if: inputs.function == ''
9999
id: build-cache
100100
with:

0 commit comments

Comments
 (0)