Skip to content

Commit

Permalink
Merge pull request #629 from NetSparkleUpdater/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/setup-dotnet-4.1.0
  • Loading branch information
Deadpikle authored Nov 4, 2024
2 parents 7049354 + 6455232 commit 258eace
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: matrix.os == 'windows-latest'

- name: Setup .NET 6.0, 7.0, 8.0 for tests
uses: actions/setup-dotnet@v4.0.1
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: |
6.0.x
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
uses: microsoft/[email protected]

- name: Setup .NET 6.0, 7.0, 8.0
uses: actions/setup-dotnet@v4.0.1
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: |
6.0.x
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
uses: microsoft/[email protected]

- name: Setup .NET 6.0, 7.0, 8.0
uses: actions/setup-dotnet@v4.0.1
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: |
6.0.x
Expand Down

0 comments on commit 258eace

Please sign in to comment.