From 5c9341e57e24dec04120cf5fd4e5d15e6250916f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=96=E5=A5=B3=E5=AD=A9=E7=9A=84=E5=B0=8F=E7=81=AB?= =?UTF-8?q?=E6=9F=B4?= <44471469+Erope@users.noreply.github.com> Date: Wed, 1 Mar 2023 23:29:56 +0800 Subject: [PATCH] use goreleaser-cross:v1.19.2 see https://github.com/actions/checkout/issues/1169 --- .github/workflows/agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index fa9c1c6..09e1904 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -9,7 +9,7 @@ jobs: deploy: runs-on: ubuntu-latest container: - image: goreleaser/goreleaser-cross + image: goreleaser/goreleaser-cross:v1.19.2 steps: - uses: actions/checkout@master with: