File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616 - name : Use .NET Core 6.0 SDK
17- uses : actions/setup-dotnet@v1
17+ uses : actions/setup-dotnet@v4
1818 with :
1919 dotnet-version : ' 6.0.x'
2020 source-url : https://nuget.pkg.github.com/Shane32/index.json
Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313 - name : Check github.ref starts with 'refs/tags/'
1414 if : ${{ !startsWith(github.ref, 'refs/tags/') }}
1515 run : |
2424 echo version=$version
2525 echo "version=$version" >> $GITHUB_ENV
2626 - name : Use .NET Core 6.0 SDK
27- uses : actions/setup-dotnet@v1
27+ uses : actions/setup-dotnet@v4
2828 with :
2929 dotnet-version : ' 6.0.x'
3030 source-url : https://api.nuget.org/v3/index.json
Original file line number Diff line number Diff line change 2020 - windows-latest
2121 steps :
2222 - name : Checkout source
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v4
2424 - name : Use .NET Core SDK
25- uses : actions/setup-dotnet@v2
25+ uses : actions/setup-dotnet@v4
2626 with :
2727 dotnet-version : 6.x
2828 source-url : https://nuget.pkg.github.com/Shane32/index.json
You can’t perform that action at this time.
0 commit comments