File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
if : github.actor == 'dependabot[bot]'
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
20
20
- name : Fetch Dependabot metadata
21
21
id : dependabot-metadata
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@v4
10
+ uses : actions/checkout@v5
11
11
with :
12
12
fetch-depth : 0
13
13
Original file line number Diff line number Diff line change 14
14
- 8989:8989
15
15
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
19
19
- name : Set up Go
20
20
uses : actions/setup-go@v5
59
59
pull-requests : write
60
60
actions : write
61
61
steps :
62
- - uses : actions/checkout@v4
62
+ - uses : actions/checkout@v5
63
63
with :
64
64
fetch-depth : 0
65
65
You can’t perform that action at this time.
0 commit comments