diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 631f059..7cb8706 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: echo "vcs_cache=$(composer config cache-vcs-dir)" >> $GITHUB_OUTPUT - name: Retrieve cached packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ steps.composer-cache.outputs.files_cache }} @@ -71,7 +71,7 @@ jobs: echo "vcs_cache=$(composer config cache-vcs-dir)" >> $GITHUB_OUTPUT - name: Retrieve cached packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ steps.composer-cache.outputs.files_cache }} @@ -144,7 +144,7 @@ jobs: echo "vcs_cache=$(composer config cache-vcs-dir)" >> $GITHUB_OUTPUT - name: Retrieve cached packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ steps.composer-cache.outputs.files_cache }}