From c668aa004a43e94fe66ee0bd1ef5db1d67fe7177 Mon Sep 17 00:00:00 2001 From: lixinyang123 Date: Thu, 2 May 2024 21:26:20 +0800 Subject: [PATCH] upgrade pipeline --- .github/workflows/cloudshell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloudshell.yml b/.github/workflows/cloudshell.yml index 6c29586..784c6c2 100644 --- a/.github/workflows/cloudshell.yml +++ b/.github/workflows/cloudshell.yml @@ -13,7 +13,7 @@ jobs: if: github.repository == 'ConchbrainClub/CloudShell' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build the Docker image run: docker build . --file Dockerfile --tag cloudshell:latest