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 646a4be commit 29e5e3aCopy full SHA for 29e5e3a
1 file changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
run: php -v
31
- name: Get Composer Cache Directory
32
id: composer-cache
33
- run: echo "::set-output name=dir::$(composer config cache-files-dir)"
+ run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
34
- name: Cache dependencies
35
uses: actions/cache@v4
36
with:
0 commit comments