Skip to content

Commit bbc5b6d

Browse files
authored
Merge pull request #78 from secure-systems-lab/dependabot/github_actions/actions/checkout-4.1.3
chore(deps): bump actions/checkout from 4.1.2 to 4.1.3
2 parents d4d5fc6 + e462254 commit bbc5b6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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@9bb56186c3b09b4f86b1c65136769dd318469633
16+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
1717
- name: Format Unix
1818
if: runner.os == 'Linux'
1919
run: test -z $(go fmt ./...)
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
27+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
2828
- uses: dominikh/staticcheck-action@ba605356b4b29a60e87ab9404b712f3461e566dc
2929
with:
3030
version: "2022.1"

0 commit comments

Comments
 (0)