From b270405061b291e4353d868c6b261f3155a73927 Mon Sep 17 00:00:00 2001 From: esi <41133734+vapidinfinity@users.noreply.github.com> Date: Fri, 17 Jan 2025 01:45:02 +0800 Subject: [PATCH] Update deploy.yml update versions --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 71acd3a..d4fa30d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,9 +24,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout your repository using git - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install, build, and upload your site output - uses: withastro/action@v0 + uses: withastro/action@v3 # with: # path: . # The root location of your Astro project inside the repository. (optional) # node-version: 16 # The specific version of Node that should be used to build your site. Defaults to 16. (optional) @@ -41,4 +41,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4