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.
2 parents dfb6977 + c29fd5d commit fe49fbdCopy full SHA for fe49fbd
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
name: Test PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }}
34
steps:
35
- name: Checkout
36
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
37
38
- name: Setup PHP
39
uses: shivammathur/setup-php@master
@@ -57,7 +57,7 @@ jobs:
57
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
58
59
- name: Cache dependencies
60
- uses: actions/cache@v3
+ uses: actions/cache@v4
61
with:
62
path: ${{ steps.composer-cache.outputs.dir }}
63
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
@@ -88,7 +88,7 @@ jobs:
88
needs: test
89
90
91
92
93
fetch-depth: 0
94
0 commit comments