Skip to content

Commit

Permalink
Merge pull request #83 from Atypical-Consulting/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/setup-dotnet-4

build(deps): bump actions/setup-dotnet from 3 to 4
  • Loading branch information
phmatray authored Apr 4, 2024
2 parents 4e61ee7 + 83aff3b commit 538e512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x

Expand All @@ -69,7 +69,7 @@ jobs:
shell: pwsh

- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x

Expand Down

0 comments on commit 538e512

Please sign in to comment.