From b809bb8b4a75aca0b027db3a0174d35fbe807bea Mon Sep 17 00:00:00 2001 From: Stuart Chinery Date: Fri, 6 Oct 2023 08:50:21 +0100 Subject: [PATCH] Update actions/checkout to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cb20bade..74ecea0b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: steps: - name: "Checkout Code" - uses: "actions/checkout@v2" + uses: "actions/checkout@v4" timeout-minutes: 5 with: fetch-depth: 0