Skip to content

Commit fd346dd

Browse files
committed
CI: bump actions/cache to v5 (Node 24)
actions/cache@v1-v4 declare Node 20, which GitHub now deprecates and force-runs on Node 24. v5 is Node 24 native and removes the warning.
1 parent 13696fa commit fd346dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4949

5050
- name: Cache dependencies
51-
uses: actions/cache@v4
51+
uses: actions/cache@v5
5252
with:
5353
path: ${{ steps.composercache.outputs.dir }}
5454
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -105,7 +105,7 @@ jobs:
105105
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
106106

107107
- name: Cache dependencies
108-
uses: actions/cache@v4
108+
uses: actions/cache@v5
109109
with:
110110
path: ${{ steps.composercache.outputs.dir }}
111111
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)