File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ jobs:
20
20
steps :
21
21
22
22
- name : Set up Go ${{ env.GO_VERSION }}
23
- uses : actions/setup-go@v4
23
+ uses : actions/setup-go@v5
24
24
with :
25
25
go-version : ${{ env.GO_VERSION }}
26
26
27
27
- name : Check out code
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
with :
30
30
fetch-depth : 0
31
31
32
32
- name : Cache Go modules
33
- uses : actions/cache@v3
33
+ uses : actions/cache@v4
34
34
with :
35
35
path : ~/go/pkg/mod
36
36
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 12
12
main :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
16
- - uses : actions/setup-go@v4
15
+ - uses : actions/checkout@v4
16
+ - uses : actions/setup-go@v5
17
17
with :
18
18
go-version : " stable"
19
19
- uses : actions/go-dependency-submission@v1
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
22
22
23
23
steps :
24
24
- name : Set up Go ${{ matrix.go-version }}
25
- uses : actions/setup-go@v4
25
+ uses : actions/setup-go@v5
26
26
with :
27
27
go-version : ${{ matrix.go-version }}
28
28
29
29
- name : Checkout code
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
32
32
- name : Cache Go modules
33
- uses : actions/cache@v3
33
+ uses : actions/cache@v4
34
34
with :
35
35
# In order:
36
36
# * Module download cache
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
12
12
steps :
13
13
-
14
14
name : Checkout
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
18
19
19
-
20
20
name : Set up Go
21
- uses : actions/setup-go@v4
21
+ uses : actions/setup-go@v5
22
22
with :
23
23
go-version : " stable"
24
24
You can’t perform that action at this time.
0 commit comments