Skip to content

build(deps): bump actions/setup-dotnet from bf4cd79173c0290c09af17cf9003ca2f32edea40 to 87c6e1177627274101056947ed58ce11ef42d658 #1322

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

Merged
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/check-code-snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938

- name: Setup .NET
uses: actions/setup-dotnet@bf4cd79173c0290c09af17cf9003ca2f32edea40
uses: actions/setup-dotnet@87c6e1177627274101056947ed58ce11ef42d658
with:
dotnet-version: "9.0.101"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938

- uses: actions/setup-dotnet@bf4cd79173c0290c09af17cf9003ca2f32edea40
- uses: actions/setup-dotnet@87c6e1177627274101056947ed58ce11ef42d658
with:
dotnet-version: "9.0.101"

Expand Down