From bffbd4f9143e0e88b6262d10ddfcef8f1d7ff5f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 02:32:04 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/main.yml | 4 ++-- .github/workflows/pr.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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