File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 # Fetch all history for all tags and branches
2828 # mkdocs-git-revision-date-localized-plugin needs access to the last commit that touched a specific file
2929 with :
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 timeout-minutes : 15
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - name : Setup .NET (global.json)
2929 uses : actions/setup-dotnet@v4
3030 - name : Restore dependencies
Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-latest
3333 timeout-minutes : 15
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 - name : Setup .NET (global.json)
3737 uses : actions/setup-dotnet@v4
3838 - name : Restore dependencies
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 # Fetch all history for all tags and branches
2929 # mkdocs-git-revision-date-localized-plugin needs access to the last commit that touched a specific file
3030 with :
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 timeout-minutes : 15
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Setup .NET (global.json)
2323 uses : actions/setup-dotnet@v4
2424 - name : Restore dependencies
You can’t perform that action at this time.
0 commit comments