From 9915cd50d6af8100f5278158018a6fe1f9cd1b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:28:28 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 4.0.1 to 4.1.0 (#3730) Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/6bd8b7f7774af54e05809fcc5431931b3eb1ddee...3e891b0cb619bf60e2c25674b222b8940e2c1c25) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-nuget-packages.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- .github/workflows/dotnet-format.yml | 2 +- .github/workflows/release-publish.yml | 4 ++-- .github/workflows/verify-test.yml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-nuget-packages.yml b/.github/workflows/build-nuget-packages.yml index 76578d36c9..2fedbb7db1 100644 --- a/.github/workflows/build-nuget-packages.yml +++ b/.github/workflows/build-nuget-packages.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 # fetching all, needed to correctly calculate version - name: Setup .NET - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # tag: v4.0.1 + uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # tag: v4.1.0 with: dotnet-version: | 6.0.427 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7fa4d1454b..6f62f84cfb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: echo "DOTNET_INSTALL_DIR=~/.dotnet" >> $GITHUB_ENV - name: Setup .NET - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # tag: v4.0.1 + uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # tag: v4.1.0 with: dotnet-version: | 6.0.427 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9f1da61f2..53b8d72934 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: echo "DOTNET_INSTALL_DIR=~/.dotnet" >> $GITHUB_ENV - name: Setup .NET - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # tag: v4.0.1 + uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # tag: v4.1.0 with: dotnet-version: | 6.0.427 @@ -128,7 +128,7 @@ jobs: fetch-depth: 0 # fetching all, needed to correctly calculate version - name: Setup .NET - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # tag: v4.0.1 + uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # tag: v4.1.0 with: dotnet-version: | 6.0.427 @@ -168,7 +168,7 @@ jobs: fetch-depth: 0 # fetching all, needed to correctly calculate version - name: Setup .NET - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # tag: v4.0.1 + uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # tag: v4.1.0 with: dotnet-version: | 6.0.427 @@ -277,7 +277,7 @@ jobs: echo "DOTNET_INSTALL_DIR=~/.dotnet" >> $GITHUB_ENV - name: Setup .NET - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # tag: v4.0.1 + uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # tag: v4.1.0 with: dotnet-version: | 6.0.427 diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index 2ed3bc4ec4..c21255ad44 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag: v4.2.2 - name: Setup .NET 8 - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # tag: v4.0.1 + uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # tag: v4.1.0 with: dotnet-version: 8.0.403 diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 193e683765..13873c2f0f 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Setup .NET - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # tag: v4.0.1 + uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # tag: v4.1.0 with: dotnet-version: | 6.0.427 @@ -65,7 +65,7 @@ jobs: echo "DOTNET_INSTALL_DIR=~/.dotnet" >> $GITHUB_ENV - name: Setup .NET - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # tag: v4.0.1 + uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # tag: v4.1.0 with: dotnet-version: | 6.0.427 diff --git a/.github/workflows/verify-test.yml b/.github/workflows/verify-test.yml index c2b64d9ced..00ffbf6e20 100644 --- a/.github/workflows/verify-test.yml +++ b/.github/workflows/verify-test.yml @@ -38,7 +38,7 @@ jobs: echo "DOTNET_INSTALL_DIR=~/.dotnet" >> $GITHUB_ENV - name: Setup .NET - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # tag: v4.0.1 + uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # tag: v4.1.0 with: dotnet-version: | 6.0.427