Skip to content

Commit 90e3455

Browse files
committed
Use dependency-review-action and cache actions v4
1 parent 8cb7828 commit 90e3455

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
tools: phpstan
3535
- name: Cache Composer packages
3636
id: composer-cache
37-
uses: actions/cache@v3
37+
uses: actions/cache@v4
3838
with:
3939
path: vendor
4040
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -60,7 +60,7 @@ jobs:
6060
coverage: xdebug
6161
- name: Cache Composer packages
6262
id: composer-cache
63-
uses: actions/cache@v3
63+
uses: actions/cache@v4
6464
with:
6565
path: vendor
6666
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -105,7 +105,7 @@ jobs:
105105
coverage: xdebug
106106
- name: Cache Composer packages
107107
id: composer-cache
108-
uses: actions/cache@v3
108+
uses: actions/cache@v4
109109
with:
110110
path: vendor
111111
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: 'Dependency Review'
26-
uses: actions/dependency-review-action@v3
26+
uses: actions/dependency-review-action@v4

.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@v3
41+
uses: actions/cache@v4
4242
with:
4343
path: vendor
4444
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)