From 10ec094fab1ba844e33ca75b9a6a0fa27f37edc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:09:02 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e6e91b2..31a9b4b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: runner: ["X64", "ARM64"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build python${{ matrix.version }} rock id: build