Skip to content

Commit

Permalink
Merge pull request #24 from foomo/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-go-4

chore(deps): bump actions/setup-go from 3 to 4
  • Loading branch information
franklinkim authored Jun 27, 2023
2 parents cdae976 + a453e3a commit 9c2736d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
cache: true
check-latest: true
Expand Down

0 comments on commit 9c2736d

Please sign in to comment.