Skip to content

Commit

Permalink
GH Actions: Update checkout version
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Trangoni <[email protected]>
  • Loading branch information
mjtrangoni committed Nov 3, 2023
1 parent 5a66c82 commit 328696e
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 @@ -11,7 +11,7 @@ jobs:
with:
go-version: ${{ matrix.go-version}}
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install yamllint
shell: sh
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
with:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install goveralls
env:
GO111MODULE: on
Expand Down

0 comments on commit 328696e

Please sign in to comment.