diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 5a423b55..704fbd8a 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -55,7 +55,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: ${{ steps.cache-env.outputs.dir }} key: ${{ steps.cache-env.outputs.key }}