diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index dd868cad..801d4d95 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -80,7 +80,7 @@ jobs: id: composer-cache run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache PHP dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 id: actions-cache with: path: ${{ steps.composer-cache.outputs.dir }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0b994cc4..7f67e928 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: id: composer-cache run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache PHP dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 id: actions-cache with: path: ${{ steps.composer-cache.outputs.dir }}