Skip to content

Commit 9f026f0

Browse files
authored
Merge pull request #463 from scurker/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents a6d038f + 39733a8 commit 9f026f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- 16
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: actions/cache@v3
17+
- uses: actions/cache@v4
1818
id: node-cache
1919
with:
2020
path: ~/.npm
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@v4
36-
- uses: actions/cache@v3
36+
- uses: actions/cache@v4
3737
id: node-cache
3838
with:
3939
path: ~/.npm
@@ -58,7 +58,7 @@ jobs:
5858
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
5959
steps:
6060
- uses: actions/checkout@v4
61-
- uses: actions/cache@v3
61+
- uses: actions/cache@v4
6262
id: node-cache
6363
with:
6464
path: ~/.npm
@@ -86,7 +86,7 @@ jobs:
8686
if: github.ref == 'refs/heads/main'
8787
steps:
8888
- uses: actions/checkout@v4
89-
- uses: actions/cache@v3
89+
- uses: actions/cache@v4
9090
id: node-cache
9191
with:
9292
path: ~/.npm

0 commit comments

Comments
 (0)