Skip to content

Commit 07a4525

Browse files
authored
Merge pull request #36 from jekyll/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents bb39101 + 5fbf165 commit 07a4525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
go-version: 1.18.x
1414
- name: Checkout code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
- name: Test
1717
run: go test ./...
1818
- name: Compile

0 commit comments

Comments
 (0)