From 0392285226429153320d5347fb5bfa06e2487f8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 10:31:01 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 3.0.1 to 3.0.2 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/package.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1fe1830..cb35e62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 submodules: recursive - name: Set up .NET - uses: actions/setup-dotnet@v3.0.1 + uses: actions/setup-dotnet@v3.0.2 - name: Build project run: | dotnet tool restore diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index c595b6f..b06d104 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 submodules: recursive - name: Set up .NET - uses: actions/setup-dotnet@v3.0.1 + uses: actions/setup-dotnet@v3.0.2 - name: Build project run: | dotnet tool restore diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eddefb5..4061553 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 submodules: recursive - name: Set up .NET - uses: actions/setup-dotnet@v3.0.1 + uses: actions/setup-dotnet@v3.0.2 - name: Build project run: | dotnet tool restore