diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 7297f2d7..6fd6cee7 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -50,7 +50,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ steps.cache-env.outputs.dir }} key: ${{ steps.cache-env.outputs.key }}