From 45bb253133bd3e9495b30a3a4d5a891518be55d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 04:43:43 +0000 Subject: [PATCH] build(deps): bump actions/setup-dotnet from 3 to 4 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4. - [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 ... Signed-off-by: dependabot[bot] --- .github/workflows/action-analyser.yml | 2 +- .github/workflows/defender-for-devops.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action-analyser.yml b/.github/workflows/action-analyser.yml index fbea5a8..6f07815 100644 --- a/.github/workflows/action-analyser.yml +++ b/.github/workflows/action-analyser.yml @@ -90,7 +90,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-dotnet@v3.0.2 + - uses: actions/setup-dotnet@v4 # with: # dotnet-version: '5.0' - run: dotnet tool install -g Microsoft.CST.ApplicationInspector.CLI diff --git a/.github/workflows/defender-for-devops.yml b/.github/workflows/defender-for-devops.yml index 58bab61..7d53075 100644 --- a/.github/workflows/defender-for-devops.yml +++ b/.github/workflows/defender-for-devops.yml @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: | 5.0.x