Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

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

Bump actions/setup-dotnet from 3.1.0 to 3.2.0
  • Loading branch information
KowalskiPiotr98 authored May 30, 2023
2 parents 5584168 + e6ef2ed commit edd827e
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Setup .NET
uses: actions/setup-dotnet@v3.1.0
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: 6.0.x
- name: Cache SonarCloud scanner
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 @@ -50,7 +50,7 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- name: Setup .NET
uses: actions/setup-dotnet@v3.1.0
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: 6.0.x

Expand Down

0 comments on commit edd827e

Please sign in to comment.