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 e3479df commit ae4832cCopy full SHA for ae4832c
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
stack-version: 7.4.1
31
32
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
33
34
fetch-depth: 0 # This is needed for Roave BC check
35
@@ -44,7 +44,7 @@ jobs:
44
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
45
46
- name: Cache Composer
47
- uses: actions/cache@v2
+ uses: actions/cache@v4
48
49
path: ${{ steps.composer-cache.outputs.dir }}
50
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json **/composer.lock') }}
0 commit comments