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 92df6fd commit 7cd34f3Copy full SHA for 7cd34f3
.github/workflows/code-style.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: [ "20.x" ]
18
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
21
22
- name: Setup PHP
23
uses: shivammathur/setup-php@v2
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Cache Composer packages
28
id: composer-cache
29
- uses: actions/cache@v2
+ uses: actions/cache@v4
30
with:
31
path: vendor
32
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments