Skip to content

Commit f8e30b9

Browse files
authored
Merge pull request #22 from secure-systems-lab/dependabot/github_actions/actions/checkout-3
chore(deps): bump actions/checkout from 2 to 3
2 parents ca1f07d + 932995b commit f8e30b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.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: Format Unix
1818
if: runner.os == 'Linux'
1919
run: test -z $(go fmt ./...)

0 commit comments

Comments
 (0)