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 fe87b7f commit 0a00b3aCopy full SHA for 0a00b3a
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
php-versions: [ '8.2', '8.3', '8.4' ]
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v2
13
# PHP
14
- name: Setup PHP
15
uses: shivammathur/setup-php@v2
@@ -20,7 +20,7 @@ jobs:
20
id: composercache
21
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
22
- name: Cache composer dependencies
23
- uses: actions/cache@v2
+ uses: actions/cache@v4
24
with:
25
path: ${{ steps.composercache.outputs.dir }}
26
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments