Skip to content

Commit

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

chore(deps): bump actions/checkout from 4.2.0 to 4.2.2
  • Loading branch information
adityasaky authored Oct 24, 2024
2 parents dad575c + f7b5047 commit 379c7e2
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@d632683dd7b4114ad314bca15554477dd762a938
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- 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@d632683dd7b4114ad314bca15554477dd762a938
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: dominikh/staticcheck-action@fe1dd0c3658873b46f8c9bb3291096a617310ca6
with:
version: "2024.1.1"

0 comments on commit 379c7e2

Please sign in to comment.