From 05f2096fc7c2f45c300ac5c45a09a493c6e6f551 Mon Sep 17 00:00:00 2001 From: zbeyens Date: Sat, 17 Feb 2024 13:37:21 +0000 Subject: [PATCH] Merge pull request #2970 from udecode/renovate/actions-checkout-4.x Update actions/checkout action to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60e2f37..6398c69 100644 --- a/.github/workflows/build.yml +++ b/.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