From: Cameron Otsuka Date: Wed, 19 Nov 2025 00:38:40 +0000 (-0800) Subject: bump ghaction versions X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=4f2cb5fb1edab15f36dc91905bd459f9992692a3;p=cotsuka.github.io bump ghaction versions --- 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