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 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 ref : ${{ github.event.repository.default_branch }}
2222 persist-credentials : false
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 persist-credentials : false
2525 fetch-depth : 0
Original file line number Diff line number Diff line change 3737 runs-on : ubuntu-24.04
3838 steps :
3939 - name : Checkout repository
40- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
4141
4242 - name : Setup .NET
4343 uses : actions/setup-dotnet@v5
7575
7676 steps :
7777 - name : Checkout repository
78- uses : actions/checkout@v5
78+ uses : actions/checkout@v6
7979
8080 - name : Setup .NET ${{ matrix.dotnet-version }}
8181 uses : actions/setup-dotnet@v5
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232
3333 steps :
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535 with :
3636 ref : ${{ inputs.target_tag || github.ref }}
3737
You can’t perform that action at this time.
0 commit comments