File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
- name : Install dependencies
17
17
run : GO111MODULE=off go get golang.org/x/exp/cmd/apidiff
18
18
- name : Checkout old code
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
ref : ${{ github.base_ref }}
22
22
path : " old"
23
23
- name : Checkout new code
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
with :
26
26
path : " new"
27
27
- name : APIDiff
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout code
10
- uses : actions/checkout@v3
10
+ uses : actions/checkout@v4
11
11
- name : Lint
12
12
uses : golangci/golangci-lint-action@v3
13
13
with :
Original file line number Diff line number Diff line change 15
15
with :
16
16
go-version : ${{ matrix.go-version }}
17
17
- name : Checkout code
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
- name : Build
20
20
run : go build -v ./...
21
21
- name : Test
You can’t perform that action at this time.
0 commit comments