Skip to content

Commit a430f7a

Browse files
authored
Merge pull request #39 from Doczilla-APP/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents 5846ef0 + 6040dcc commit a430f7a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Cache node modules
1515
id: cache
16-
uses: actions/cache@v4
16+
uses: actions/cache@v5
1717
with:
1818
path: |
1919
~/.cache
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Cache node modules
6363
id: cache
64-
uses: actions/cache@v4
64+
uses: actions/cache@v5
6565
with:
6666
path: |
6767
~/.cache

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Cache node modules
1818
id: cache
19-
uses: actions/cache@v4
19+
uses: actions/cache@v5
2020
with:
2121
path: |
2222
~/.cache

0 commit comments

Comments
 (0)