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 @@ -