From 32d2e630ef5747ab4f6ebd2eeea8e37fe66bc3b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 00:38:51 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet action to v4.2.0 --- .github/workflows/build.yml | 2 +- .github/workflows/deploy-csharp.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa91e6e..933bad2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup - uses: actions/setup-dotnet@v4.1.0 + uses: actions/setup-dotnet@v4.2.0 with: dotnet-version: 8.x - name: Build diff --git a/.github/workflows/deploy-csharp.yml b/.github/workflows/deploy-csharp.yml index 5e9e4f9..9e83da8 100644 --- a/.github/workflows/deploy-csharp.yml +++ b/.github/workflows/deploy-csharp.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup - uses: actions/setup-dotnet@v4.1.0 + uses: actions/setup-dotnet@v4.2.0 with: dotnet-version: 8.x - name: Verify commit exists in origin/main