Skip to content

Commit

Permalink
build(deps): bump actions/setup-dotnet from 4.0.1 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.1 to 4.2.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@6bd8b7f...87b7050)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 6c8d795 commit 010e091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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@6bd8b7f7774af54e05809fcc5431931b3eb1ddee
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
with:
dotnet-version: "8.0.403"

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@6bd8b7f7774af54e05809fcc5431931b3eb1ddee
- uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
with:
dotnet-version: "8.0.403"

Expand Down

0 comments on commit 010e091

Please sign in to comment.