From ab39739574e4ab368f3691e0b4ec2f1f2d111b49 Mon Sep 17 00:00:00 2001 From: fengzhao Date: Thu, 25 Jul 2024 14:35:01 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 729e6cfe30..f0b1522062 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: # Checkout, install tools.. - - uses: actions/checkout@v2 + - uses: actions/checkout@v4.1.7 with: token: ${{ secrets.PAT }} - uses: actions/setup-node@v2 @@ -46,4 +46,4 @@ jobs: - name: Build and push the Docker image run: | docker build . --tag ghcr.io/anduin2017/how-to-cook:latest - docker push ghcr.io/anduin2017/how-to-cook:latest \ No newline at end of file + docker push ghcr.io/anduin2017/how-to-cook:latest