From e2c12195bea1a592b80677a7fcb818f469a5cc8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 03:48:14 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/release-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-deploy.yml b/.github/workflows/release-deploy.yml index 84900eb..ad50cb8 100644 --- a/.github/workflows/release-deploy.yml +++ b/.github/workflows/release-deploy.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: catppuccin/setup-deno@v2 - run: deno task build - name: Upload Pages Artifact