From daa458f81369299f09ba06257000e7e58fb4075e Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Tue, 14 Apr 2026 13:48:18 +0300 Subject: [PATCH] update gh workflow --- .github/workflows/deploy-blog.yml | 4 ++-- src/components/Spinner.astro | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-blog.yml b/.github/workflows/deploy-blog.yml index a22f96e..5b9a84d 100644 --- a/.github/workflows/deploy-blog.yml +++ b/.github/workflows/deploy-blog.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -55,7 +55,7 @@ jobs: steps: - name: Checkout blog-content branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: blog-content diff --git a/src/components/Spinner.astro b/src/components/Spinner.astro index 4d16d83..b79e7c9 100644 --- a/src/components/Spinner.astro +++ b/src/components/Spinner.astro @@ -1,4 +1,4 @@ -