From 93587cef1fcc15e520c7b75fa0f3acc55dcc71b8 Mon Sep 17 00:00:00 2001 From: Yusuke Yoda Date: Wed, 31 Jul 2024 11:38:32 +0900 Subject: [PATCH] Fix CI --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc2b4ec..5bdcf7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,15 +13,15 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - run: git fetch --force --tags - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v5 with: go-version: '>=1.19.2' cache: true - - uses: goreleaser/goreleaser-action@v3.2.0 + - uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser version: latest