File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141
4242 - name : Checkout repository
4343 id : checkout_repo
44- uses : actions/checkout@v3
44+ uses : actions/checkout@v4
4545 with :
4646 token : ${{ secrets.GITHUB_TOKEN }}
4747 fetch-depth : 0
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Checkout repository
1616 id : checkout_repo
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818
1919 - name : Setup .NET
2020 uses : actions/setup-dotnet@v3
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Check out the repo
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 - name : Login to GitHub package feed
20202121 with :
Original file line number Diff line number Diff line change 4242 uses : actions/setup-dotnet@v3
4343 with :
4444 dotnet-version : 7.0.x
45- - uses : actions/checkout@v3
45+ - uses : actions/checkout@v4
4646 with :
4747 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
4848 - name : Cache SonarCloud packages
You can’t perform that action at this time.
0 commit comments