Skip to content

Commit

Permalink
Merge pull request #451 from samsmithnz/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
samsmithnz authored Dec 31, 2023
2 parents 67c50c5 + 41d44d5 commit 1e208de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "CommitsSinceVersionSource: ${{ steps.gitversion.outputs.CommitsSinceVersionSource }}"
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: .NET test
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
name: nugetPackage
path: nugetPackage
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Create Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down

0 comments on commit 1e208de

Please sign in to comment.