From c74143d90043dfd6ad185c2cf8756f082c0b8e43 Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:17:13 +0000 Subject: [PATCH] :seedling: Update Github Actions group to v5 | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/setup-go | v4 | v5 | --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84441df0..2b618bef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - run: git fetch --force --tags - - uses: actions/setup-go@v4 + - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5 with: go-version: stable