From 10a1e04222c4a42925f2f1e2bb09a784c04e30f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 06:49:59 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 3.2.0 to 4.0.1 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.2.0 to 4.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v3.2.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9116a0..8fe5d9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: echo "$GITHUB_CONTEXT" - name: setup dotnet core - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.0.1 with: dotnet-version: ${{ env.DOTNET_VERSION }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 451625d..4815667 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: run: echo "$GITHUB_CONTEXT" - name: setup dotnet core - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.0.1 with: dotnet-version: ${{ env.DOTNET_VERSION }}