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.
1 parent af4785f commit 8919262Copy full SHA for 8919262
.github/workflows/static-analysis.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
25
- name: Install PHP
26
uses: shivammathur/setup-php@v2
@@ -33,7 +33,7 @@ jobs:
33
run: echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
34
35
- name: Cache dependencies installed with composer
36
- uses: actions/cache@v3
+ uses: actions/cache@v4
37
with:
38
path: ${{ env.COMPOSER_CACHE_DIR }}
39
key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments