From 9cfe1c5481282071853c615014a0b062561f23cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 04:34:18 +0000 Subject: [PATCH] build(deps): Bump actions/setup-dotnet from 3.0.2 to 3.0.3 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v3.0.2...v3.0.3) --- 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 a63627c..0d893a9 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.2 + - uses: actions/setup-dotnet@v3.0.3 - run: dotnet restore - name: Check vulnerable packages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ce022b..f226df3 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.2 + - uses: actions/setup-dotnet@v3.0.3 - name: Publish project id: publish diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 863508f..57a63ed 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.2 + - uses: actions/setup-dotnet@v3.0.3 - run: dotnet restore - name: Build