Skip to content

Commit

Permalink
Bump actions/setup-go from 5.0.0 to 5.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.0.2.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5.0.0...v5.0.2)

---
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 Sep 2, 2024
1 parent bd366b6 commit 8cd49ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: git fetch --prune --unshallow
-
name: Set up Go
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
go-version: 1.17
-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
go-version: '1.15'
id: go
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
go-version: '1.15'
id: go
Expand Down

0 comments on commit 8cd49ad

Please sign in to comment.