From 0e0fa50e4c86679c9965b05009712b103f25fe0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:52:43 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .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 a93e84e..901bda8 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@v6 + uses: actions/checkout@v7 # Use this for local testing with act # - name: Install nix in container