From ae06940293feefa46205cd729c00dd1e7c881057 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sat, 14 Mar 2026 17:28:04 -0400 Subject: [PATCH] bump versions --- .github/workflows/astro.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 1a0307b..e7ecfc2 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: denoland/setup-deno@v2 + - uses: denoland/setup-deno@v2.0.3 with: cache: true @@ -32,7 +32,7 @@ jobs: run: deno run astro build - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: dist @@ -46,4 +46,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v4.0.5