Skip to content

Commit 97ef073

Browse files
committed
Use cache action v5
1 parent 410738b commit 97ef073

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
tools: phpstan
3737
- name: Cache Composer packages
3838
id: composer-cache
39-
uses: actions/cache@v4
39+
uses: actions/cache@v5
4040
with:
4141
path: vendor
4242
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -60,7 +60,7 @@ jobs:
6060
tools: phpcs
6161
- name: Cache Composer packages
6262
id: composer-cache
63-
uses: actions/cache@v4
63+
uses: actions/cache@v5
6464
with:
6565
path: vendor
6666
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -96,7 +96,7 @@ jobs:
9696
coverage: xdebug
9797
- name: Cache Composer packages
9898
id: composer-cache
99-
uses: actions/cache@v4
99+
uses: actions/cache@v5
100100
with:
101101
path: vendor
102102
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
coverage: xdebug
3939
- name: Cache Composer packages
4040
id: composer-cache
41-
uses: actions/cache@v4
41+
uses: actions/cache@v5
4242
with:
4343
path: vendor
4444
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)