Commit 555f543 1 parent d867b7d commit 555f543 Copy full SHA for 555f543
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 42
42
43
43
steps :
44
44
- name : Checkout repository
45
- uses : actions/checkout@v3
45
+ uses : actions/checkout@v4
46
46
47
47
# Initializes the CodeQL tools for scanning.
48
48
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 13
13
- uses : actions/setup-go@v4
14
14
with :
15
15
go-version : ' 1.20'
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- run : go mod tidy && git diff --exit-code go.mod go.sum
18
18
build :
19
19
runs-on : ubuntu-latest
25
25
- uses : actions/setup-go@v4
26
26
with :
27
27
go-version : ${{ matrix.version }}
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
- run : go vet ./...
30
30
- run : go run ./ginkgo -r -randomize-all -randomize-suites -race -trace -procs=2 -poll-progress-after=10s -poll-progress-interval=10s
You can’t perform that action at this time.
0 commit comments