File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : windows-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-dotnet@v4
1818 with :
1919 dotnet-version : 9.x
2929 if : startsWith(github.ref, 'refs/tags/v')
3030 runs-on : windows-latest
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 - uses : actions/setup-dotnet@v4
3434 - uses : actions/download-artifact@v4
3535 with :
Original file line number Diff line number Diff line change 99 license :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 with :
1414 fetch-depth : 0
1515 - uses : FantasticFiasco/action-update-license-year@v3
2020 needs : license
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
2626 - uses : FantasticFiasco/action-update-license-year@v3
3333 needs : source
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 with :
3838 fetch-depth : 0
3939 - uses : FantasticFiasco/action-update-license-year@v3
You can’t perform that action at this time.
0 commit comments