Skip to content

Commit ed2cdc0

Browse files
chore(deps): update actions/cache action to v5 (#280)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 459efd5 commit ed2cdc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: 18
2121
- name: Cache
22-
uses: actions/cache@v3
22+
uses: actions/cache@v5
2323
with:
2424
path: ~/.npm
2525
key: ${{ runner.os }}-npm-${{ hashFiles('**/package.json') }}

0 commit comments

Comments
 (0)