File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Checkout Code
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
with :
24
24
fetch-depth : 0
25
25
- name : Lint Code Base
43
43
with :
44
44
go-version : 1.24
45
45
- name : Checkout Code
46
- uses : actions/checkout@v4
46
+ uses : actions/checkout@v5
47
47
with :
48
48
fetch-depth : 0
49
49
- name : Install dependencies
Original file line number Diff line number Diff line change 19
19
name : Release
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- name : Calver Release
24
24
uses : StephaneBour/actions-calver@master
25
25
id : calver
37
37
runs-on : ubuntu-latest
38
38
steps :
39
39
- name : Checkout
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
41
41
- name : Docker meta
42
42
id : meta
43
43
uses : docker/metadata-action@v5
You can’t perform that action at this time.
0 commit comments