Skip to content

Commit cddbafe

Browse files
authored
chore(deps): update actions/cache action to v5 (#53)
1 parent ac97032 commit cddbafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id: npm-cache-dir-path
5353
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
5454

55-
- uses: actions/cache@v4
55+
- uses: actions/cache@v5
5656
id: npm-cache
5757
with:
5858
path: ${{ steps.npm-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)