File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 10
10
- uses : actions/setup-go@v4
11
11
with :
12
12
go-version : ' 1.20'
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- run : go mod tidy && git diff --exit-code go.mod go.sum
15
15
build :
16
16
runs-on : ubuntu-latest
22
22
- uses : actions/setup-go@v4
23
23
with :
24
24
go-version : ${{ matrix.version }}
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- run : go vet ./...
27
27
- run : go run github.com/onsi/ginkgo/v2/ginkgo -r --randomize-all --randomize-suites --race --trace --fail-on-pending --keep-going --label-filter="!network"
You can’t perform that action at this time.
0 commit comments