Skip to content

Commit

Permalink
Merge pull request #108 from twirphp/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-3
  • Loading branch information
dependabot[bot] committed Apr 11, 2022
2 parents ce0b614 + d588af2 commit 5c66635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.17

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.17

Expand Down

0 comments on commit 5c66635

Please sign in to comment.