diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 09a662c6..e2f01411 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: tools-version: [[5, 4.4], [6, 5.0], [7, 6.0]] steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install pnpm @@ -49,7 +49,7 @@ jobs: needs: [testing] steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install pnpm diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a1bf1383..707015e5 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,7 +17,7 @@ jobs: tools-version: [[6, 5.0], [7, 6.0]] steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - uses: nrwl/nx-set-shas@v3.0.2