Skip to content

Commit 52b7b34

Browse files
committed
updated
1 parent 3993299 commit 52b7b34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Cache Composer packages
5858
id: composer-cache
59-
uses: actions/cache@v2
59+
uses: actions/cache@v3
6060
with:
6161
path: vendor
6262
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -164,7 +164,7 @@ jobs:
164164

165165
- name: Cache Composer packages
166166
id: composer-cache
167-
uses: actions/cache@v2
167+
uses: actions/cache@v3
168168
with:
169169
path: vendor
170170
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)