From 7182282dc3943d11a04c7e22105cca4a90b39d77 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 30 Aug 2025 09:32:36 +0200 Subject: [PATCH] Upgrade GitHub Action checkout from v4 to v5 https://github.com/actions/checkout/releases Signed-off-by: Christian Clauss --- .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 26e03d7a4..509b134c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout the codebase - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up python environments uses: actions/setup-python@v5