Skip to content

Commit

Permalink
Merge pull request #34 from IowaComputerGurus/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
mitchelsellers committed Feb 16, 2024
2 parents 6ecb3a2 + e3a98f9 commit 316d703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0

- name: Ensure .NET Installed
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Ensure .NET Installed
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x

Expand Down

0 comments on commit 316d703

Please sign in to comment.