File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616
1717 - name : Cache
1818 uses : actions/cache@v4
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818
1919 - name : Install .NET SDK
2020 uses : actions/setup-dotnet@v4
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717
1818 - name : Cache
1919 uses : actions/cache@v4
Original file line number Diff line number Diff line change 1212 name : Publish to NuGet.org
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616
1717 - uses : nuget/setup-nuget@v2
1818 with :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v6
1414 with :
1515 persist-credentials : false # required by JamesIves/github-pages-deploy-action
1616 fetch-depth : 0 # required by Log4brains to work correctly (needs the whole Git history)
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020
2121 # If this is a PR, dry-run the PR and watch for errors
2222 - name : Dry-run settings in the PR
3030 # Explicitly checkout main branch to ensure production settings are reset
3131 - name : Switch to main for production settings
3232 if : github.event_name == 'pull_request'
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434 with :
3535 ref : main
3636
You can’t perform that action at this time.
0 commit comments