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 1733f27 commit 34ac92aCopy full SHA for 34ac92a
1 file changed
.github/workflows/security.yml
@@ -39,7 +39,7 @@ jobs:
39
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
40
41
- name: Restore Composer Cache
42
- uses: actions/cache@v3
+ uses: actions/cache@v4
43
with:
44
path: ${{ steps.composer-cache.outputs.dir }}
45
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments