From 0e6d64535dd1f49ae744e82d17aa915c55aec239 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:51:48 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/devbox-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devbox-test.yml b/.github/workflows/devbox-test.yml index 2053493..b76f333 100644 --- a/.github/workflows/devbox-test.yml +++ b/.github/workflows/devbox-test.yml @@ -15,7 +15,7 @@ jobs: # Checkout the repository - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Use this for local testing with act # - name: Install nix in container