File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
13
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
14
14
- name : Setup Go
15
15
uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
16
16
with :
Original file line number Diff line number Diff line change 14
14
profiles : ${{ steps.profiles.outputs.matrix }}
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
17
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
18
18
- name : Setup Go
19
19
uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
20
20
with :
74
74
profile : ${{ fromJson(needs.build.outputs.profiles) }}
75
75
steps :
76
76
- name : Checkout
77
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
77
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
78
78
- name : Setup Kubernetes
79
79
uses : engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 # v0.5.0
80
80
with :
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
10
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
11
11
with :
12
12
fetch-depth : 0
13
13
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout the latest code
15
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
15
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
16
16
with :
17
17
fetch-depth : 0
18
18
- name : Automatic Rebase
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
13
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
14
14
with :
15
15
fetch-depth : 0
16
16
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout code
18
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
18
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
19
19
with :
20
20
fetch-depth : 0
21
21
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
You can’t perform that action at this time.
0 commit comments