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 e666088 + 64c9a23 commit 1ccaaaeCopy full SHA for 1ccaaae
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
33
steps:
34
- name: Checkout
35
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
36
37
- name: Setup PHP, with composer and extensions
38
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
@@ -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.composercache.outputs.dir }}
50
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments