Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Bump actions/setup-go from 2.1.3 to 2.1.4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.3...v2.1.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marvinpinto committed Aug 25, 2021
1 parent 2b2f446 commit 61508fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
lfs: true
fetch-depth: 0

- uses: "actions/[email protected].3"
- uses: "actions/[email protected].4"
with:
go-version: "1.15.8"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
lfs: true
fetch-depth: 0

- uses: "actions/[email protected].3"
- uses: "actions/[email protected].4"
with:
go-version: "1.15.8"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
lfs: true
fetch-depth: 0

- uses: "actions/[email protected].3"
- uses: "actions/[email protected].4"
with:
go-version: "1.15.8"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
lfs: true
fetch-depth: 0

- uses: "actions/[email protected].3"
- uses: "actions/[email protected].4"
with:
go-version: "1.15.8"

Expand Down

0 comments on commit 61508fa

Please sign in to comment.