diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ddb9bde..ab83228 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,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@v4 with: path: ${{ steps.composer-cache.outputs.dir }}