Skip to content

Commit

Permalink
Merge pull request #20 from marcoshuck/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-go-4

🌱 Bump actions/setup-go from 3 to 4
  • Loading branch information
marcoshuck committed Oct 20, 2023
2 parents 9823d92 + 67e1147 commit 3920962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
cache: true

Expand Down

0 comments on commit 3920962

Please sign in to comment.