From e0033b3ba9e416f321efa074e93c7bcc11ba535c Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 22 Nov 2024 12:33:32 +0700 Subject: ci: Update `actions/checkout` to always use v4 (#5634) CI was using a mix of version 3 and 4. Version 3 results in a warning within the GitHub Actions UI as it was using a version of NodeJS that is deprecated within the GitHub Actions infrastructure. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0491bbdc8..1af14f35d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: shell: bash steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: "recursive" fetch-depth: "0" -- cgit v1.2.3