File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Tune GitHub-hosted runner network
2222 uses : smorimoto/tune-github-hosted-runner-network@v1
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - name : Setup dotnet
2525 uses : actions/setup-dotnet@v4
2626 with :
3636 steps :
3737 - name : Tune GitHub-hosted runner network
3838 uses : smorimoto/tune-github-hosted-runner-network@v1
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 - name : Setup dotnet
4141 uses : actions/setup-dotnet@v4
4242 with :
5656 - name : Tune GitHub-hosted runner network
5757 uses : smorimoto/tune-github-hosted-runner-network@v1
5858
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v5
6060
6161 - name : Get project version from `main`
6262 id : proj_version_main
Original file line number Diff line number Diff line change 3434 runs-on : ubuntu-latest
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838
3939 - name : Dotnet Setup
4040 uses : actions/setup-dotnet@v4
Original file line number Diff line number Diff line change 1919 github-release :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0 # Get all history for automatic versioning
2525
Original file line number Diff line number Diff line change 1919 build-and-publish :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0 # Get all history for automatic versioning
2525
You can’t perform that action at this time.
0 commit comments