diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 6010a9fbc3..f5174ebdc6 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -19,7 +19,7 @@ jobs: contents: read actions: read steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: # We need to fetch all branches and commits so that Nx affected has a base to compare against. fetch-depth: 0