From 5a48c5bdec285651ada3cb98fc57db2bbe329bed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:25:00 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/astro.yml | 2 +- .github/workflows/node.js.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 5c5488e..182e688 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Detect package manager id: detect-package-manager run: | diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index fbc7e0a..77f32fe 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Use Node.js uses: actions/setup-node@v4 with: