We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5636fc + 65623af commit 1b78ae7Copy full SHA for 1b78ae7
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
code-analysis: 'yes'
28
steps:
29
- name: Checkout
30
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
31
32
- name: Setup PHP, with composer and extensions
33
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
@@ -42,7 +42,7 @@ jobs:
42
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
43
44
- name: Cache composer dependencies
45
- uses: actions/cache@v4
+ uses: actions/cache@v5
46
with:
47
path: ${{ steps.composer-cache.outputs.dir }}
48
# Use composer.json for key, if composer.lock is not committed.
0 commit comments