Skip to content

Commit

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

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
adityasaky authored Sep 6, 2023
2 parents 26a4efd + e009e35 commit fabc5a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- name: Format Unix
if: runner.os == 'Linux'
run: test -z $(go fmt ./...)
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: dominikh/staticcheck-action@v1.3.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: dominikh/staticcheck-action@ba605356b4b29a60e87ab9404b712f3461e566dc
with:
version: "2022.1"
version: "2022.1"

0 comments on commit fabc5a0

Please sign in to comment.