From 48ba69b7bd395ff6ef9dc90fbfeaba228a54d1df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 03:10:58 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .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..1f2a8ba 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@v7 - name: Setup Bun uses: oven-sh/setup-bun@v2