File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout Code
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
26
26
- name : Set up Go ${{ matrix.go }}
27
- uses : actions/setup-go@v4
27
+ uses : actions/setup-go@v5
28
28
with :
29
29
go-version : ${{ env.LATEST_GO_VERSION }}
30
30
check-latest : true
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
30
30
runs-on : ${{ matrix.os }}
31
31
steps :
32
32
- name : Checkout Code
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
35
35
- name : Set up Go ${{ matrix.go }}
36
- uses : actions/setup-go@v4
36
+ uses : actions/setup-go@v5
37
37
with :
38
38
go-version : ${{ matrix.go }}
39
39
@@ -53,18 +53,18 @@ jobs:
53
53
runs-on : ubuntu-latest
54
54
steps :
55
55
- name : Checkout Code (Previous)
56
- uses : actions/checkout@v3
56
+ uses : actions/checkout@v4
57
57
with :
58
58
ref : ${{ github.base_ref }}
59
59
path : previous
60
60
61
61
- name : Checkout Code (New)
62
- uses : actions/checkout@v3
62
+ uses : actions/checkout@v4
63
63
with :
64
64
path : new
65
65
66
66
- name : Set up Go ${{ matrix.go }}
67
- uses : actions/setup-go@v4
67
+ uses : actions/setup-go@v5
68
68
with :
69
69
go-version : ${{ env.LATEST_GO_VERSION }}
70
70
You can’t perform that action at this time.
0 commit comments