Skip to content

Commit

Permalink
Merge pull request #805 from rmcrackan/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
rmcrackan authored Dec 5, 2023
2 parents 1702130 + 7740975 commit ef049a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
env:
Expand Down

0 comments on commit ef049a3

Please sign in to comment.