Skip to content

Commit a163447

Browse files
chore(deps): update actions/cache action to v4 (#47)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Derek Roberts <derek.roberts@gmail.com>
1 parent ba5e510 commit a163447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ runs:
136136
if: steps.vars.outputs.triggered == 'true'
137137
shell: bash
138138
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
139-
- uses: actions/cache@v3
139+
- uses: actions/cache@v4
140140
if: steps.vars.outputs.triggered == 'true'
141141
with:
142142
path: ${{ steps.npm-cache-dir.outputs.dir }}

0 commit comments

Comments
 (0)