Skip to content

Commit 8c9c9a3

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

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
@@ -32,7 +32,7 @@ jobs:
3232
- name: Check for cached dependencies
3333
continue-on-error: true
3434
id: cache-dependencies
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
path: |
3838
.cache/yarn

0 commit comments

Comments
 (0)