Skip to content

Commit a9f2d14

Browse files
committed
actions checkout & cache updated.
1 parent 95b0de6 commit a9f2d14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
environment:
1313
name: CI
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616

1717
- name: 🔢 Validate composer.json and composer.lock
1818
id: composer-validation
1919
run: composer validate --strict
2020

2121
- name: 🔢 Cache Composer packages
2222
id: composer-cache
23-
uses: actions/cache@v2
23+
uses: actions/cache@v3
2424
with:
2525
path: vendor
2626
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)