Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Derek Roberts <derek.roberts@gmail.com>
  • Loading branch information
renovate[bot] and DerekRoberts authored Feb 11, 2024
1 parent ba5e510 commit a163447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ runs:
if: steps.vars.outputs.triggered == 'true'
shell: bash
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
if: steps.vars.outputs.triggered == 'true'
with:
path: ${{ steps.npm-cache-dir.outputs.dir }}
Expand Down

0 comments on commit a163447

Please # to comment.