diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 93864b3..e6d9621 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -12,7 +12,7 @@ jobs: - name: Get composer cache dir run: printf "dir=%s\n" "$(composer config cache-files-dir)" >>"$GITHUB_OUTPUT" id: get-composer-cache-dir - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: # https://github.com/actions/cache/blob/main/examples.md#php---composer path: ${{ steps.get-composer-cache-dir.outputs.dir }}