module: update actions/checkout action to v3

This commit is contained in:
Renovate Bot 2022-05-04 17:58:24 +00:00
parent 72c4c94cb7
commit 9256bea881
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
GOPROXY: direct
GOSUMDB: off
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v2
with: