Skip to content

Commit

Permalink
Merge pull request #59 from secure-systems-lab/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-4.1.1

chore(deps): bump actions/checkout from 4.1.0 to 4.1.1
  • Loading branch information
adityasaky committed Nov 22, 2023
2 parents 8402a9f + e10d79e commit 8613a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Format Unix
if: runner.os == 'Linux'
run: test -z $(go fmt ./...)
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: dominikh/staticcheck-action@ba605356b4b29a60e87ab9404b712f3461e566dc
with:
version: "2022.1"

0 comments on commit 8613a43

Please sign in to comment.