Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Dec 24, 2023
2 parents e5a44ce + 60e5c05 commit 6e3406f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: 📦 Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Runs a single command using the runners shell
- name: 📓 Create Readmes
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- macos-latest
steps:
- name: 📦 Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🛠️ Setup .NET
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
7.0.x
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
tag_name: ${{ steps.tag.outputs.tag_name }}
steps:
- name: 📦 Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main

Expand Down Expand Up @@ -60,12 +60,12 @@ jobs:
url: https://www.nuget.org/packages/DaanV2.NBT.Net/
steps:
- name: 📦 Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main

- name: 🛠️ Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
7.0.x
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.6" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.6" />
<PackageReference Include="coverlet.collector" Version="3.1.0">
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 6e3406f

Please sign in to comment.