From 3f061facdf7627d81bb2e3694de9bcd825163176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=81=9A=E5=90=88=E6=9C=8D=E5=8A=A1=E5=B9=B3=E5=8F=B0?= Date: Thu, 7 Dec 2023 04:23:51 +0800 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d2b1d43..d939891 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@master + uses: actions/checkout@v3 - name: Build and Deploy uses: JamesIves/github-pages-deploy-action@master