From d3b21659b8dc2229879030e08ee484ef3efbd752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 06:03:45 +0000 Subject: [PATCH] chore(deps): bump actions/setup-dotnet from 4.1.0 to 4.2.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release-artifacts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c75e85..9763be3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Setup dotnet - uses: actions/setup-dotnet@v4.1.0 + uses: actions/setup-dotnet@v4.2.0 - name: Restore run: dotnet restore diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 3bd6a9c..0e7ebd1 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Setup dotnet - uses: actions/setup-dotnet@v4.1.0 + uses: actions/setup-dotnet@v4.2.0 - name: Build shell: bash