Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and bastianccm committed May 16, 2022
1 parent 6a6974a commit 4a2de87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go: [ '1.17', '1.*' ]
name: Tests
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v2
with:
Expand All @@ -32,7 +32,7 @@ jobs:
go: [ '1.*' ]
name: Coverage Report
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
go: [ '1.*' ]
name: Static checks
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit 4a2de87

Please sign in to comment.