From 58fcf86f480a3c724df89da4539b9d83d7ca23a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 01:13:13 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- templates/plate-playground-template/.github/workflows/build.yml | 2 +- templates/plate-template/.github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/plate-playground-template/.github/workflows/build.yml b/templates/plate-playground-template/.github/workflows/build.yml index 60e2f37eb4..6398c69900 100644 --- a/templates/plate-playground-template/.github/workflows/build.yml +++ b/templates/plate-playground-template/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Fetch all git history so that yarn workspaces --since can compare with the correct commits # @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches diff --git a/templates/plate-template/.github/workflows/build.yml b/templates/plate-template/.github/workflows/build.yml index 60e2f37eb4..6398c69900 100644 --- a/templates/plate-template/.github/workflows/build.yml +++ b/templates/plate-template/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Fetch all git history so that yarn workspaces --since can compare with the correct commits # @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches