Skip to content

Commit

Permalink
chore(deps): bump actions/setup-dotnet from 3.0.2 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.2 to 4.0.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v3.0.2...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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 15, 2024
1 parent f04b5d2 commit 624b349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
submodules: recursive
# setup dotnet based on global.json
- uses: actions/setup-dotnet@v3.0.2
- uses: actions/setup-dotnet@v4.0.0
# run the CI build
- name: make ci
run: make ci
Expand Down

0 comments on commit 624b349

Please sign in to comment.