We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4b772 commit 45f166dCopy full SHA for 45f166d
1 file changed
.github/workflows/php.yml
@@ -12,14 +12,14 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
16
17
- name: Validate composer.json and composer.lock
18
run: composer validate --strict
19
20
- name: Cache Composer packages
21
id: composer-cache
22
- uses: actions/cache@v2
+ uses: actions/cache@v4
23
with:
24
path: vendor
25
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments