We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b0de6 commit a9f2d14Copy full SHA for a9f2d14
.github/workflows/ci-php.yml
@@ -12,15 +12,15 @@ jobs:
12
environment:
13
name: CI
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
16
17
- name: 🔢 Validate composer.json and composer.lock
18
id: composer-validation
19
run: composer validate --strict
20
21
- name: 🔢 Cache Composer packages
22
id: composer-cache
23
- uses: actions/cache@v2
+ uses: actions/cache@v3
24
with:
25
path: vendor
26
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments