diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9094c35a..bc59d22e 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -12,7 +12,7 @@ jobs: steps: - name: 'Checkout' - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + 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