From 8a2af6297ba7b6bd413c2337e17253cfbfede943 Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Thu, 4 Jan 2024 09:52:21 +0100 Subject: [PATCH] feat: bump deps --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fba4a24..0189eb7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,12 +20,12 @@ jobs: - run: git fetch --force --tags - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: check-latest: true go-version-file: 'go.mod' - - uses: goreleaser/goreleaser-action@v4 + - uses: goreleaser/goreleaser-action@v5 with: distribution: goreleaser version: latest