diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 686a548..1296705 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: node-version: [14.x, 16.x, 18.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Derive appropriate SHAs for base and head for `nx affected` commands diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a291d6..34b2e49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: needs: release-please if: needs.release-please.outputs.releases_created != 'true' && needs.release-please.outputs.prs_exist != 'false' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: release-please--branches--main fetch-depth: 2