Skip to content

Commit 00aacbe

Browse files
authored
Merge pull request #849 from bavix/dependabot/github_actions/actions/cache-4
build(deps): bump actions/cache from 3 to 4
2 parents 3ba2acd + 7d1d472 commit 00aacbe

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/code-style.yaml

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

2828
- name: Cache Composer packages
2929
id: composer-cache
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: vendor
3333
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

.github/workflows/deptrac.yaml

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

2828
- name: Cache Composer packages
2929
id: composer-cache
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: vendor
3333
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

.github/workflows/phpstan.yaml

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

2828
- name: Cache Composer packages
2929
id: composer-cache
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: vendor
3333
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

.github/workflows/phpunits.yaml

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

107107
- name: Cache Composer packages
108108
id: composer-cache
109-
uses: actions/cache@v3
109+
uses: actions/cache@v4
110110
with:
111111
path: vendor
112112
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

.github/workflows/rector.yaml

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

2828
- name: Cache Composer packages
2929
id: composer-cache
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: vendor
3333
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)