diff --git a/.github/workflows/theme.yml b/.github/workflows/theme.yml index 8a29498..f7fe3c9 100644 --- a/.github/workflows/theme.yml +++ b/.github/workflows/theme.yml @@ -21,7 +21,7 @@ jobs: - name: Get Composer Cache Directory id: composer-cache run: | - echo "::set-output name=dir::$(composer config cache-files-dir)" + echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT" - uses: actions/cache@v5 with: path: ${{ steps.composer-cache.outputs.dir }}