File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
steps :
42
42
43
43
- name : Checkout
44
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
44
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
45
45
with :
46
46
token : ${{ secrets.BOT_PAT_TOKEN }}
47
47
@@ -123,7 +123,7 @@ jobs:
123
123
steps :
124
124
125
125
- name : Checkout
126
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
126
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
127
127
with :
128
128
token : ${{ secrets.BOT_PAT_TOKEN }}
129
129
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- name : Checkout source
24
24
id : source
25
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
25
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
26
26
27
27
- name : Setup golang
28
28
id : golang
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- name : Checkout source
22
22
id : source
23
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
23
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
24
24
25
25
- name : Setup golang
26
26
id : golang
Original file line number Diff line number Diff line change 35
35
steps :
36
36
37
37
- name : Checkout
38
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
38
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
39
39
with :
40
40
token : ${{ secrets.BOT_PAT_TOKEN }}
41
41
You can’t perform that action at this time.
0 commit comments