From df0d4e1c2f98ee00ea4e3d18e84226d08dfd38eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 03:15:20 +0000 Subject: [PATCH 1/2] Bump actions/setup-go from 3.2.1 to 3.3.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/84cbf8094393cdc5fe1fe1671ff2647332956b1a...268d8c0ca0432bb2cf416faae41297df9d262d7f) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 0b8e9b1..c05ef9e 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -202,7 +202,7 @@ jobs: name: Try to install cosign with go steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3 - - uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v3.0.0 + - uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3.0.0 with: go-version: '1.18.x' - name: Install Cosign From b5e052dd8cbb06bed92190bc6fc8419e4e302782 Mon Sep 17 00:00:00 2001 From: cpanato Date: Mon, 29 Aug 2022 10:13:40 +0200 Subject: [PATCH 2/2] update version comment and add check latest parameter Signed-off-by: cpanato --- .github/workflows/test-action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index c05ef9e..00d3e4f 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -202,9 +202,10 @@ jobs: name: Try to install cosign with go steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3 - - uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3.0.0 + - uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3.3.0 with: - go-version: '1.18.x' + go-version: 1.18 + check-latest: true - name: Install Cosign uses: ./ with: