Skip to content

Commit 748b852

Browse files
text-html-renovate[bot]mathroc
authored andcommitted
chore(deps): update actions/cache action to v5
1 parent 405ad55 commit 748b852

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Cache Composer packages
3131
id: composer-apigen-cache
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: tools/apigen/vendor
3535
key: ${{ runner.os }}-${{ hashFiles('tools/apigen/composer.lock') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Cache Composer packages
3434
id: composer-cache
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
path: vendor
3838
key: ${{ runner.os }}-php-${{ matrix.php-versions }}-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)