Skip to content

Commit

Permalink
Bump the github-actions group (#2235)
Browse files Browse the repository at this point in the history
Bumps the github-actions group in /.github/workflows/bootstrap with 1 update: [actions/setup-dotnet](https://github.com/actions/setup-dotnet).

- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v3...v4)

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

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 Jan 15, 2024
1 parent 730e0f6 commit d7b12fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bootstrap/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ runs:
${{ runner.os }}-nuget
# Install .NET version as mandated by global.json
#- uses: actions/setup-dotnet@v3
#- uses: actions/setup-dotnet@v4
# with:
# global-json-file: global.json

- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.100
Expand Down

0 comments on commit d7b12fe

Please sign in to comment.