Skip to content

Commit

Permalink
chore(deps): bump actions/setup-dotnet from 4.1.0 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.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v4.1.0...v4.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fuzzzerd committed Dec 30, 2024
1 parent 2e7be97 commit d3b2165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup dotnet
uses: actions/setup-dotnet@v4.1.0
uses: actions/setup-dotnet@v4.2.0

- name: Restore
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup dotnet
uses: actions/setup-dotnet@v4.1.0
uses: actions/setup-dotnet@v4.2.0

- name: Build
shell: bash
Expand Down

0 comments on commit d3b2165

Please sign in to comment.