Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v3 (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Feb 28, 2022
1 parent 28a2a53 commit f4c59a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
java-version: 8
- run: java -version
Expand All @@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.13.1'
- name: License Header Check
Expand Down

0 comments on commit f4c59a8

Please sign in to comment.