From dbf859b0f96c7f43e0b66243fc0a5dbd23713357 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 09:02:01 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/astro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index e5f819a..4fa1f87 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Bun uses: oven-sh/setup-bun@v2