Skip to content

Commit cb3c729

Browse files
authored
Merge pull request #21 from InteractionDesignFoundation/renovate/actions-cache-5.x
Update actions/cache action to v5
2 parents 28e087d + 1052674 commit cb3c729

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
coverage: none
2121

2222
- name: Cache composer dependencies
23-
uses: actions/cache@v4
23+
uses: actions/cache@v5
2424
with:
2525
path: vendor
2626
key: composer-${{ hashFiles('composer.json') }}

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
node-version: 22
5050

5151
- name: Cache yarn dependencies
52-
uses: actions/cache@v4
52+
uses: actions/cache@v5
5353
id: npm-node_modules-cache
5454
with:
5555
path: node_modules

0 commit comments

Comments
 (0)