Skip to content

Commit

Permalink
Bump actions/checkout to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanz committed Nov 3, 2023
1 parent ddb2193 commit b6145b3
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 @@ -15,7 +15,7 @@ jobs:
go install honnef.co/go/tools/cmd/staticcheck@latest
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/cache@v3
with:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
go-version: ${{ matrix.go }}

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit b6145b3

Please sign in to comment.