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