We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e6cf9 commit 4e0398dCopy full SHA for 4e0398d
.github/workflows/test.yml
@@ -6,8 +6,8 @@ jobs:
6
phpunit:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
10
- - uses: actions/cache@v2
+ - uses: actions/checkout@v4
+ - uses: actions/cache@v4
11
with:
12
path: vendor
13
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -34,8 +34,8 @@ jobs:
34
phpstan:
35
36
37
38
39
40
41
0 commit comments