File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 14
14
with :
15
15
go-version : ${{ matrix.go-version }}
16
16
- name : Check out code into the Go module directory
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
- name : Install Task
19
19
uses : arduino/setup-task@v2
20
20
with :
34
34
with :
35
35
go-version : 1.24.x
36
36
- name : Check out code into the Go module directory
37
- uses : actions/checkout@v4
37
+ uses : actions/checkout@v5
38
38
- name : Install Task
39
39
uses : arduino/setup-task@v2
40
40
with :
51
51
with :
52
52
go-version : 1.24.x
53
53
- name : Check out code into the Go module directory
54
- uses : actions/checkout@v4
54
+ uses : actions/checkout@v5
55
55
- name : Install Task
56
56
uses : arduino/setup-task@v2
57
57
with :
63
63
runs-on : ubuntu-latest
64
64
steps :
65
65
- name : Check out code into the Go module directory
66
- uses : actions/checkout@v4
66
+ uses : actions/checkout@v5
67
67
with :
68
68
fetch-depth : 0
69
69
- name : Install Task
77
77
runs-on : ubuntu-latest
78
78
needs : build
79
79
steps :
80
- - uses : actions/checkout@v4
80
+ - uses : actions/checkout@v5
81
81
- name : Set up Go
82
82
uses : actions/setup-go@v5
83
83
with :
89
89
runs-on : ubuntu-latest
90
90
needs : build
91
91
steps :
92
- - uses : actions/checkout@v4
92
+ - uses : actions/checkout@v5
93
93
- name : Set up Go
94
94
uses : actions/setup-go@v5
95
95
with :
Original file line number Diff line number Diff line change 20
20
language : [go]
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
- name : Initialize CodeQL
25
25
uses : github/codeql-action/init@v3
26
26
with :
Original file line number Diff line number Diff line change 12
12
id : repo_name
13
13
run : echo ::set-output name=repository::$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')
14
14
- name : Check out code into the Go module directory
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
- name : Set up QEMU
Original file line number Diff line number Diff line change 12
12
id : repo_name
13
13
run : echo ::set-output name=repository::$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')
14
14
- name : Check out code into the Go module directory
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
- name : Set up QEMU
You can’t perform that action at this time.
0 commit comments