From c9bae29c3c6540612323056e84eaa8ec8776c7a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 00:07:44 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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..3cd7a40 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@v5 - uses: catppuccin/setup-deno@v2 - run: deno task build - name: Upload Pages Artifact