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 53b9ec6 commit 5407b9bCopy full SHA for 5407b9b
.github/workflows/deploy.yml
@@ -61,7 +61,7 @@ jobs:
61
tools: composer:v2
62
- name: Get composer cache directory
63
id: composer-cache
64
- run: echo "::set-output name=dir::$(composer config cache-files-dir)"
+ run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
65
- name: Cache dependencies
66
uses: actions/cache@v4
67
with:
0 commit comments