Skip to content

Commit

Permalink
Merge pull request #61 from muandane/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5.0.2

Bump actions/setup-go from 5.0.1 to 5.0.2
  • Loading branch information
muandane authored Jul 30, 2024
2 parents 4fed271 + 00e4a0e commit 075fbd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: '1.22.1'
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: '1.22.1'
-
Expand Down

0 comments on commit 075fbd8

Please sign in to comment.