Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(deps): bump actions/setup-dotnet from 4.1.0 to 4.3.0 #407

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
build-mode: none
queries: security-and-quality

- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25
- uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab
with:
global-json-file: global.json

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@ jobs:
${{runner.os}}-nuget-

- name: Setup .NET SDK
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab
with:
global-json-file: global.json

- name: Setup .NET SDK 6 (temporary until Validate generated NuGet files can use latest .NET)
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab
with:
dotnet-version: 6.x

Expand Down