From fa33677a7707f490826833fc88c9b6047d79a477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 04:34:05 +0000 Subject: [PATCH] build(deps): Bump actions/setup-dotnet from 2.1.0 to 2.1.1 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... 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 cd52953..8d1631c 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.0 + - uses: actions/setup-dotnet@v2.1.1 - run: dotnet restore - name: Check vulnerable packages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ef3979..b7fba93 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.0 + - uses: actions/setup-dotnet@v2.1.1 - name: Publish project id: publish diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61dea24..0c75a14 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.0 + - uses: actions/setup-dotnet@v2.1.1 - run: dotnet restore - name: Build