From 49d354f98ae13dadcaf2f0280b916ba980b97b4a Mon Sep 17 00:00:00 2001 From: planet98 Date: Thu, 28 Dec 2023 11:31:49 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2ab596..d130367 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,8 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - - name: Node-ws - uses: actions/Node-ws@v1 + - name: Checkout repository + uses: actions/checkout@v2 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1