From 27dd2a3c9fbaa016a7d438a242d44e21c16dfe1c Mon Sep 17 00:00:00 2001 From: Dom Del Nano Date: Mon, 9 Oct 2023 23:37:48 -0700 Subject: [PATCH] Upgrade the broken gorelease GitHub action and all the other actions in use (#272) --- .github/workflows/continuous-integration.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 9b22c278..b450eb20 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -10,13 +10,13 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Set up Go - uses: actions/setup-go@v1 + uses: actions/setup-go@v4 with: go-version: ${{ matrix.go }} id: go - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Get dependencies run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cca2194d..52c88ca1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: run: git fetch --prune --unshallow - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: 1.20 - @@ -41,7 +41,7 @@ jobs: PASSPHRASE: ${{ secrets.PASSPHRASE }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2 + uses: goreleaser/goreleaser-action@v5 with: version: latest args: release --rm-dist