Skip to content

Commit e84a859

Browse files
authored
Merge pull request #4 from Doczilla-APP/dependabot/github_actions/actions/cache-4
build(deps): Bump actions/cache from 3 to 4
2 parents aa05975 + 7c9679f commit e84a859

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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@v3
16+
uses: actions/cache@v4
1717
with:
1818
path: |
1919
~/.cache
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Cache node modules
6262
id: cache
63-
uses: actions/cache@v3
63+
uses: actions/cache@v4
6464
with:
6565
path: |
6666
~/.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@v3
19+
uses: actions/cache@v4
2020
with:
2121
path: |
2222
~/.cache

0 commit comments

Comments
 (0)