Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent a404c53 commit 237eae3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install libsystemd-dev
run: sudo apt-get install libsystemd-dev
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand All @@ -30,7 +30,7 @@ jobs:
with:
go-version: ^1.15
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build
run: go build -v ./...
- name: Test
Expand All @@ -48,7 +48,7 @@ jobs:
with:
go-version: ^1.15
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: GoReleaser
Expand Down

0 comments on commit 237eae3

Please sign in to comment.