We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3e1e9 commit 1e39f3bCopy full SHA for 1e39f3b
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
lint:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
17
- name: Setup PHP
18
uses: shivammathur/setup-php@v2
@@ -30,7 +30,7 @@ jobs:
30
php-versions: ['7.4', '8.0', '8.1', '8.2']
31
runs-on: ${{ matrix.operating-system }}
32
33
34
35
36
@@ -44,7 +44,7 @@ jobs:
44
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
45
46
- name: Cache composer dependencies
47
- uses: actions/cache@v3
+ uses: actions/cache@v4
48
with:
49
path: ${{ steps.composer-cache.outputs.dir }}
50
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments