Skip to content

Commit 8ba3b43

Browse files
committed
Update github workflow action/cache
1 parent 5ed4109 commit 8ba3b43

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
@@ -20,7 +20,7 @@ jobs:
2020
php-version: "7.4"
2121

2222
- name: "Cache composer packages"
23-
uses: "actions/cache@v2"
23+
uses: "actions/cache@v3"
2424
with:
2525
path: "~/.composer/cache"
2626
key: "php-composer-locked-${{ hashFiles('composer.lock') }}"
@@ -53,7 +53,7 @@ jobs:
5353
php-version: "8"
5454

5555
- name: "Cache composer packages"
56-
uses: "actions/cache@v2"
56+
uses: "actions/cache@v3"
5757
with:
5858
path: "~/.composer/cache"
5959
key: "php-composer-locked-${{ hashFiles('composer.lock') }}"
@@ -89,7 +89,7 @@ jobs:
8989
php-version: "8.1"
9090

9191
- name: "Cache composer packages"
92-
uses: "actions/cache@v2"
92+
uses: "actions/cache@v3"
9393
with:
9494
path: "~/.composer/cache"
9595
key: "php-composer-locked-${{ hashFiles('composer.lock') }}"

0 commit comments

Comments
 (0)