Skip to content

Commit 844116e

Browse files
Bump the github-actions group
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>
1 parent 730e0f6 commit 844116e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bootstrap/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ runs:
3636
${{ runner.os }}-nuget
3737
3838
# Install .NET version as mandated by global.json
39-
#- uses: actions/setup-dotnet@v3
39+
#- uses: actions/setup-dotnet@v4
4040
# with:
4141
# global-json-file: global.json
4242

4343
- name: Setup dotnet
44-
uses: actions/setup-dotnet@v3
44+
uses: actions/setup-dotnet@v4
4545
with:
4646
dotnet-version: |
4747
6.0.100

0 commit comments

Comments
 (0)