Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent fc4e981 commit f6c7eb7
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 @@ -21,7 +21,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Go module
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Lint Go code with revive
run: |
export PATH=$PATH:$(go env GOPATH)/bin
Expand All @@ -78,7 +78,7 @@ jobs:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Go module
uses: actions/cache@v3
with:
Expand Down

0 comments on commit f6c7eb7

Please sign in to comment.