Skip to content

Commit 5091742

Browse files
authored
Merge pull request #1607 from geoman-io/dependabot/github_actions/actions/cache-5
chore(ci): bump actions/cache from 4 to 5
2 parents b3d997e + 8ecc3b4 commit 5091742

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
node-version: 20.x
5959
cache: npm
6060

61-
- uses: actions/cache@v4
61+
- uses: actions/cache@v5
6262
name: Setup Cypress cache
6363
with:
6464
path: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cache: npm
4545
registry-url: 'https://registry.npmjs.org'
4646

47-
- uses: actions/cache@v4
47+
- uses: actions/cache@v5
4848
name: Setup npm cache
4949
with:
5050
path: ~/.npm

0 commit comments

Comments
 (0)