From cc6090352972ae7ae08ba1621bf0d298f21e0a91 Mon Sep 17 00:00:00 2001 From: Alex Christy <80216803+alexchristy@users.noreply.github.com> Date: Sat, 5 Oct 2024 12:22:58 -0400 Subject: [PATCH] Bump actions/checkout to version 4 --- .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 6d2d4b3..2f89f79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Extract branch name id: extract_branch