Skip to content

Commit 1b35565

Browse files
authored
Merge pull request #271 from kbudde/renovate/actions-checkout-3.x
Update actions/checkout action to v3
2 parents 5ca6ddb + c9f7b65 commit 1b35565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
go-version: 1.17.x
1616
- name: Check out code into the Go module directory
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
- name: run tests
1919
run: |
2020
export GOPATH=$HOME/go

0 commit comments

Comments
 (0)