Skip to content

Commit

Permalink
Touch.
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierjohn committed Nov 21, 2023
1 parent 6d33909 commit 64c7d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

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

- name: Setup .NET 6.0
- name: Setup .NET 6.0 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
Expand Down

0 comments on commit 64c7d4f

Please sign in to comment.