Skip to content

Commit b22f953

Browse files
committed
Merge branch 'III-6522-github-cache' into III-6521-remove-unneeded-logging
2 parents 73016be + ec8325e commit b22f953

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: 📩 Cache Composer packages
3030
id: composer-cache
31-
uses: actions/cache@v2
31+
uses: actions/cache@v3
3232
with:
3333
path: vendor
3434
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: 📩 Cache Composer packages
6262
id: composer-cache
63-
uses: actions/cache@v2
63+
uses: actions/cache@v3
6464
with:
6565
path: vendor
6666
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: 📩 Cache Composer packages
9494
id: composer-cache
95-
uses: actions/cache@v2
95+
uses: actions/cache@v3
9696
with:
9797
path: vendor
9898
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)