Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
Use actions/setup-dotnet@v4 and remove nuget restore command
  • Loading branch information
jstedfast authored Oct 14, 2024
1 parent 0bf7434 commit 66a5590
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Setup/Install the .NET 8 SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

Expand All @@ -41,11 +41,6 @@ jobs:
submodules: recursive
fetch-depth: 0

- name: Run NuGet restore
shell: pwsh
run: |
nuget restore MailKit.sln
- name: Run .NET restore
shell: pwsh
run: |
Expand Down

0 comments on commit 66a5590

Please sign in to comment.