File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
timeout-minutes : 15
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
with :
24
24
fetch-depth : 0
25
25
- name : Setup .NET Core 8.x
53
53
fail-fast : true
54
54
steps :
55
55
- name : Checkout
56
- uses : actions/checkout@v4
56
+ uses : actions/checkout@v5
57
57
with :
58
58
fetch-depth : 0
59
59
- name : Setup .NET Core 8.x
88
88
fail-fast : true
89
89
steps :
90
90
- name : Checkout
91
- uses : actions/checkout@v4
91
+ uses : actions/checkout@v5
92
92
with :
93
93
fetch-depth : 0
94
94
- name : Setup .NET Core 8.x
@@ -113,7 +113,7 @@ jobs:
113
113
if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
114
114
steps :
115
115
- name : Checkout
116
- uses : actions/checkout@v4
116
+ uses : actions/checkout@v5
117
117
with :
118
118
fetch-depth : 0
119
119
- name : Setup .NET Core 8.x
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : ' Checkout Repository'
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
- name : ' Dependency Review'
14
14
uses : actions/dependency-review-action@v4
You can’t perform that action at this time.
0 commit comments