From d7b12feab66929a72ff95ee48f080d46559a2efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:33:33 +0100 Subject: [PATCH] Bump the github-actions group (#2235) 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](https://github.com/actions/setup-dotnet/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/bootstrap/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bootstrap/action.yml b/.github/workflows/bootstrap/action.yml index 6e8196b3f..af7beaf4c 100644 --- a/.github/workflows/bootstrap/action.yml +++ b/.github/workflows/bootstrap/action.yml @@ -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