From 3d21e3c83f49bc422aa07e7743372c0ad783b8e0 Mon Sep 17 00:00:00 2001 From: herryyun <3209851541@qq.com> Date: Thu, 18 Sep 2025 21:28:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build-ima?= =?UTF-8?q?ge.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 261a842..d58f5c1 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -27,7 +27,7 @@ jobs: run: | git config --global http.extraheader "Authorization: token ${{ secrets.TOKEN }}" - name: Checkout repository - uses: docker/checkout@v4 + uses: actions/checkout@v4 with: token: ${{ secrets.TOKEN }}