diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5adf06c..2f38706 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: echo "vcs_cache=$(composer config cache-vcs-dir)" >> $GITHUB_OUTPUT - name: Retrieve cached packages - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ${{ steps.composer-cache.outputs.files_cache }} @@ -69,7 +69,7 @@ jobs: echo "vcs_cache=$(composer config cache-vcs-dir)" >> $GITHUB_OUTPUT - name: Retrieve cached packages - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ${{ steps.composer-cache.outputs.files_cache }} @@ -115,7 +115,7 @@ jobs: echo "vcs_cache=$(composer config cache-vcs-dir)" >> $GITHUB_OUTPUT - name: Retrieve cached packages - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ${{ steps.composer-cache.outputs.files_cache }}