From eb80c45e7313be4623b77c04c8c7bf47d18a5523 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 11:55:57 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v6 (#78) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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