diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cc4835..fc3b2c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,9 +29,9 @@ jobs: with: stack-version: '7.14.1' - uses: actions/checkout@v4 - - name: Get composer cache directory + - name: Get Composer cache directory id: composer-cache - run: echo "::set-output name=dir::$(composer config cache-files-dir)" + run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache dependencies uses: actions/cache@v3 with: