File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2727 steps :
2828 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2929 - name : 📦 Checkout Repository
30- uses : actions/checkout@v3
30+ uses : actions/checkout@v4
3131
3232 # Runs a single command using the runners shell
3333 - name : 📓 Create Readmes
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 - macos-latest
2424 steps :
2525 - name : 📦 Checkout repository
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727
2828 - name : 🛠️ Setup .NET
29- uses : actions/setup-dotnet@v2
29+ uses : actions/setup-dotnet@v4
3030 with :
3131 dotnet-version : |
3232 7.0.x
Original file line number Diff line number Diff line change 2020 tag_name : ${{ steps.tag.outputs.tag_name }}
2121 steps :
2222 - name : 📦 Checkout repository
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424 with :
2525 ref : main
2626
@@ -60,12 +60,12 @@ jobs:
6060 url : https://www.nuget.org/packages/DaanV2.NBT.Net/
6161 steps :
6262 - name : 📦 Checkout repository
63- uses : actions/checkout@v3
63+ uses : actions/checkout@v4
6464 with :
6565 ref : main
6666
6767 - name : 🛠️ Setup .NET
68- uses : actions/setup-dotnet@v3
68+ uses : actions/setup-dotnet@v4
6969 with :
7070 dotnet-version : |
7171 7.0.x
Original file line number Diff line number Diff line change 1414 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.11.0" />
1515 <PackageReference Include =" MSTest.TestAdapter" Version =" 2.2.6" />
1616 <PackageReference Include =" MSTest.TestFramework" Version =" 2.2.6" />
17- <PackageReference Include =" coverlet.collector" Version =" 3.1 .0" >
17+ <PackageReference Include =" coverlet.collector" Version =" 6.0 .0" >
1818 <PrivateAssets >all</PrivateAssets >
1919 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2020 </PackageReference >
You can’t perform that action at this time.
0 commit comments