Skip to content

Commit

Permalink
Bump actions/setup-go from 2.1.5 to 2.2.0 (#62)
Browse files Browse the repository at this point in the history
* Bump actions/setup-go from 2.1.5 to 2.2.0

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.5 to 2.2.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@424fc82...bfdd357)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* update version comment

Signed-off-by: Carlos Panato <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Panato <[email protected]>
  • Loading branch information
dependabot[bot] and cpanato authored Feb 21, 2022
1 parent d12dc20 commit 179e0f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
statuses: none
name: Install Cosign and test presence in path
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
- name: Install Cosign
uses: ./
- name: Check install!
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
name: Try to install cosign with go
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
- uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 # v2
- uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
with:
go-version: '1.17.x'
- name: Install Cosign
Expand Down

0 comments on commit 179e0f1

Please sign in to comment.