From a4bd54da9035bb971818fc49e79f6abb9f366feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 09:13:28 +0300 Subject: [PATCH] build(deps): Bump actions/setup-dotnet from 3.0.0 to 3.0.1 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v3.0.0...v3.0.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 05c2de5..bf9ce99 100644 --- a/.github/workflows/nuget-vulnerabilities.yml +++ b/.github/workflows/nuget-vulnerabilities.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v3.1.0 - - uses: actions/setup-dotnet@v3.0.0 + - uses: actions/setup-dotnet@v3.0.1 - run: dotnet restore - name: Check vulnerable packages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4963199..f0fb64c 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.1.0 - - uses: actions/setup-dotnet@v3.0.0 + - uses: actions/setup-dotnet@v3.0.1 - name: Publish project id: publish diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 73abe46..a0c12bd 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.1.0 - - uses: actions/setup-dotnet@v3.0.0 + - uses: actions/setup-dotnet@v3.0.1 - run: dotnet restore - name: Build