Skip to content

Commit

Permalink
Merge pull request #71 from Deadpikle/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-dotnet-4.0.1

Bump actions/setup-dotnet from 4.0.0 to 4.0.1
  • Loading branch information
Deadpikle authored Jul 10, 2024
2 parents 4904507 + 7645327 commit cab754d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup dotnet 5-8
uses: actions/setup-dotnet@v4.0.0
uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: |
5.0.x
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup dotnet 5-8
uses: actions/setup-dotnet@v4.0.0
uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: |
5.0.x
Expand Down

0 comments on commit cab754d

Please sign in to comment.