From 5c5a6119afda414647309688b4769af8a856a671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 04:42:03 +0000 Subject: [PATCH] build(deps): Bump actions/setup-dotnet from 2.1.1 to 3.0.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nuget-vulnerabilities.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nuget-vulnerabilities.yml b/.github/workflows/nuget-vulnerabilities.yml index 8d1631c..94bcf91 100644 --- a/.github/workflows/nuget-vulnerabilities.yml +++ b/.github/workflows/nuget-vulnerabilities.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v3.0.2 - - uses: actions/setup-dotnet@v2.1.1 + - uses: actions/setup-dotnet@v3.0.0 - run: dotnet restore - name: Check vulnerable packages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7fba93..adb1f16 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.0.2 - - uses: actions/setup-dotnet@v2.1.1 + - uses: actions/setup-dotnet@v3.0.0 - name: Publish project id: publish diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c75a14..5fa2aa8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.0.2 - - uses: actions/setup-dotnet@v2.1.1 + - uses: actions/setup-dotnet@v3.0.0 - run: dotnet restore - name: Build