Skip to content

Commit

Permalink
Merge pull request #132 from SierraSoftworks/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-dotnet-4
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
2 parents 39858ec + 3f158c2 commit 9a8c702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
include-prerelease: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
include-prerelease: true
Expand Down

0 comments on commit 9a8c702

Please sign in to comment.