From 1f3115865e1109372f08c9f667def627fd383979 Mon Sep 17 00:00:00 2001 From: Willem Jiang Date: Sun, 4 Feb 2024 15:09:00 +0800 Subject: [PATCH] Fixed the GitHub Action error --- .github/workflows/rspress_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rspress_deploy.yml b/.github/workflows/rspress_deploy.yml index 73b482e..0fc82bb 100644 --- a/.github/workflows/rspress_deploy.yml +++ b/.github/workflows/rspress_deploy.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Check out the repo - - uses: actions/checkout@v3 + uses: actions/checkout@v3 - name: Use Node.js 18.x uses: actions/setup-node@v3