From 4f2cb5fb1edab15f36dc91905bd459f9992692a3 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Tue, 18 Nov 2025 16:38:40 -0800 Subject: [PATCH] bump ghaction versions --- .github/workflows/deploy-to-ghpages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-ghpages.yml b/.github/workflows/deploy-to-ghpages.yml index c3a26df..8ed25d4 100644 --- a/.github/workflows/deploy-to-ghpages.yml +++ b/.github/workflows/deploy-to-ghpages.yml @@ -11,8 +11,8 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v4 - - uses: withastro/action@v3 + - uses: actions/checkout@v5 + - uses: withastro/action@v5 deploy: needs: build runs-on: ubuntu-latest -- 2.52.0