Skip to content

Commit

Permalink
(maint): Bump actions/setup-dotnet from 3.1.0 to 3.2.0 (#129)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v3.1.0...v3.2.0)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 30, 2023
1 parent 42ec1bd commit 26d137c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: git fetch --prune --unshallow

- name: Install .NET SDK
uses: actions/setup-dotnet@v3.1.0
uses: actions/setup-dotnet@v3.2.0
with:
# gitversion needs 5.0 and we need all SDKs the project is targeting
dotnet-version: |
Expand Down

0 comments on commit 26d137c

Please # to comment.