From d18f38ffafa8aa503dbe08f2645f889577340753 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:58:41 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet digest to 3e891b0 --- .github/workflows/after-release.yml | 2 +- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/after-release.yml b/.github/workflows/after-release.yml index d53fabe..1bbb23f 100644 --- a/.github/workflows/after-release.yml +++ b/.github/workflows/after-release.yml @@ -51,7 +51,7 @@ jobs: ${{ runner.os }}-nuget- - name: Setup .NET - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4 + uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4 - name: Restore .NET Tools run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59a3fd5..00f55d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: ${{ runner.os }}-nuget- - name: Setup .NET - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4 + uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4 - name: Restore .NET Tools run: | @@ -92,7 +92,7 @@ jobs: ${{ runner.os }}-nuget- - name: Setup .NET - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4 + uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4 - name: Restore .NET Tools run: | @@ -127,7 +127,7 @@ jobs: path: ${{ github.workspace }}/artifacts/packages - name: Setup .NET - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4 + uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4 - name: Restore .NET Tools run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d0dd82..6a25369 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: ${{ runner.os }}-nuget- - name: Setup .NET - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4 + uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4 - name: Restore .NET Tools run: |