From ab1a84d0336c70f1a9f9b40e7eccd9f57ee28ec8 Mon Sep 17 00:00:00 2001 From: Bob Long Date: Tue, 8 Oct 2024 14:37:06 +1100 Subject: [PATCH] .github: upgrade checkout to v4 --- .github/workflows/carbonix_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/carbonix_build.yml b/.github/workflows/carbonix_build.yml index 71eba2ae7d..bb0f36d554 100644 --- a/.github/workflows/carbonix_build.yml +++ b/.github/workflows/carbonix_build.yml @@ -307,7 +307,7 @@ jobs: needs: [build-apj, build-sitl] steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Extract firmware version, commit id, and branch name id: extract_info