Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ur-renovate committed Jan 11, 2024
1 parent b807787 commit 04dbd76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 04dbd76

Please sign in to comment.