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 30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
35
35
- name : Dotnet Setup
36
36
uses : actions/setup-dotnet@v4
Original file line number Diff line number Diff line change 19
19
github-release :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
with :
24
24
fetch-depth : 0 # Get all history for automatic versioning
25
25
Original file line number Diff line number Diff line change 19
19
build-and-publish :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
with :
24
24
fetch-depth : 0 # Get all history for automatic versioning
25
25
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- name : Tune GitHub-hosted runner network
19
19
uses : smorimoto/tune-github-hosted-runner-network@v1
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- name : Setup dotnet
22
22
uses : actions/setup-dotnet@v4
23
23
with :
33
33
steps :
34
34
- name : Tune GitHub-hosted runner network
35
35
uses : smorimoto/tune-github-hosted-runner-network@v1
36
- - uses : actions/checkout@v4
36
+ - uses : actions/checkout@v5
37
37
- name : Setup dotnet
38
38
uses : actions/setup-dotnet@v4
39
39
with :
You can’t perform that action at this time.
0 commit comments