Skip to content

Commit

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

Bump actions/setup-go from 5.0.0 to 5.0.1
  • Loading branch information
muandane authored May 30, 2024
2 parents 74df901 + b217b3b commit 150df6d
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].0
uses: actions/[email protected].1
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].0
uses: actions/[email protected].1
with:
go-version: '1.22.1'
-
Expand Down

0 comments on commit 150df6d

Please sign in to comment.