From 92fb3b345d1393dc5f5a831c228a761f3492a2f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 12:17:10 -0700 Subject: [PATCH] Bump actions/setup-dotnet from 3.0.0 to 3.0.1 (#3725) 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/apicompatibility.yml | 2 +- .github/workflows/code-coverage.yml | 2 +- .github/workflows/dotnet-format.yml | 2 +- .github/workflows/linux-ci.yml | 4 ++-- .github/workflows/publish-packages-1.0.yml | 2 +- .github/workflows/windows-ci.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/apicompatibility.yml b/.github/workflows/apicompatibility.yml index 6f6542888..9ab30cf37 100644 --- a/.github/workflows/apicompatibility.yml +++ b/.github/workflows/apicompatibility.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 # fetching all - - uses: actions/setup-dotnet@v3.0.0 + - uses: actions/setup-dotnet@v3.0.1 with: dotnet-version: '7.0.x' include-prerelease: true diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index b3824c21b..e2e8dceef 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 # fetching all - - uses: actions/setup-dotnet@v3.0.0 + - uses: actions/setup-dotnet@v3.0.1 with: dotnet-version: '7.0.x' include-prerelease: true diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index ce7cede57..d07b4e5ce 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3 - name: Setup .NET Core 7.0 - uses: actions/setup-dotnet@v3.0.0 + uses: actions/setup-dotnet@v3.0.1 with: dotnet-version: '7.0.x' include-prerelease: true diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 889a544fc..82e30af9f 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -23,11 +23,11 @@ jobs: with: fetch-depth: 0 # fetching all - - uses: actions/setup-dotnet@v3.0.0 + - uses: actions/setup-dotnet@v3.0.1 with: dotnet-version: '6.0.x' - - uses: actions/setup-dotnet@v3.0.0 + - uses: actions/setup-dotnet@v3.0.1 with: dotnet-version: '7.0.x' include-prerelease: true diff --git a/.github/workflows/publish-packages-1.0.yml b/.github/workflows/publish-packages-1.0.yml index 58248c576..ca27a4311 100644 --- a/.github/workflows/publish-packages-1.0.yml +++ b/.github/workflows/publish-packages-1.0.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # fetching all ref: ${{ github.ref || 'main' }} - - uses: actions/setup-dotnet@v3.0.0 + - uses: actions/setup-dotnet@v3.0.1 with: dotnet-version: '7.0.x' include-prerelease: true diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 932070839..bc0cad633 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 # fetching all - - uses: actions/setup-dotnet@v3.0.0 + - uses: actions/setup-dotnet@v3.0.1 with: dotnet-version: '7.0.x' include-prerelease: true