Skip to content

Commit 1c3adbb

Browse files
authored
Update nuget.org tests to point to new version (#109)
1 parent f39c46b commit 1c3adbb

File tree

5 files changed

+4
-9
lines changed

5 files changed

+4
-9
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18-
- name: Setup .NET
19-
uses: actions/setup-dotnet@v3
18+
- name: Setup .NET SDK
19+
uses: actions/setup-dotnet@v4
2020
with:
21-
dotnet-version: 8.0.x
21+
dotnet-version: '8.0.x'
2222

2323
- name: Setup Just
2424
uses: extractions/setup-just@v3

.github/workflows/ci-pack.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# .github/workflows/ci-pack.yml
21
name: CI-Pack
32

43
on:

.github/workflows/nuget.org-linux.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# This is a basic workflow to help you get started with Actions
2-
31
name: nuget.org-linux
42

53
on:

.github/workflows/nuget.org-windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# This is a basic workflow to help you get started with Actions
2-
31
name: nuget.org-windows
42

53
on:

NugetOrgTests/Rubjerg.Graphviz.NugetOrgTest/Rubjerg.Graphviz.NugetOrgTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<ItemGroup>
2020
<PackageReference Include="Rubjerg.Graphviz">
21-
<Version>3.0.1</Version>
21+
<Version>3.0.2</Version>
2222
</PackageReference>
2323
<PackageReference Include="NUnit.ConsoleRunner">
2424
<Version>3.18.3</Version>

0 commit comments

Comments
 (0)