Skip to content

Commit 5d32125

Browse files
authored
Merge pull request #53 from InteractionDesignFoundation/renovate/actions-cache-5.x
Update actions/cache action to v5
2 parents f06e378 + 6accf32 commit 5d32125

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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
@@ -53,7 +53,7 @@ jobs:
5353
node-version: 24
5454

5555
- name: Cache yarn dependencies
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
id: npm-node_modules-cache
5858
with:
5959
path: node_modules

0 commit comments

Comments
 (0)