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.
2 parents 318612b + e3b32bb commit 7c67fabCopy full SHA for 7c67fab
1 file changed
.github/workflows/theme.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Get Composer Cache Directory
22
id: composer-cache
23
run: |
24
- echo "::set-output name=dir::$(composer config cache-files-dir)"
+ echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
25
- uses: actions/cache@v5
26
with:
27
path: ${{ steps.composer-cache.outputs.dir }}
0 commit comments