Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 2.1.0 to 4.0.0 (#1)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2.1.0 to 4.0.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v2.1.0...v4.0.0)

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

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 Apr 12, 2024
1 parent 52ab8c5 commit d94127c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: "Install .NET SDK"
uses: actions/setup-dotnet@v2.1.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: |
8.0.x
Expand Down

0 comments on commit d94127c

Please sign in to comment.