From 1a22e17968bb5f9192b82a39d3ffb322627f5169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 07:31:46 +0200 Subject: [PATCH] Bump actions/setup-go from 4.0.0 to 4.0.1 (#127) --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index a43b3ae..68ae310 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -211,7 +211,7 @@ jobs: name: Try to install cosign with go ${{ matrix.go_version }} steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0 + - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 with: go-version: ${{ matrix.go_version }} check-latest: true