Skip to content

Commit c6bb3c6

Browse files
authored
Merge pull request #73 from opencontainers/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 20c89ec + 58786ae commit c6bb3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
go-version: ${{ matrix.go-version }}
1515
- name: Checkout code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
- name: Test
1818
run: go test -v ./...
1919
- name: Test Blake3

0 commit comments

Comments
 (0)