From d7af44caacf0d60a08e51e25c4720ba35505ada2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 00:56:53 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v4 --- .github/workflows/dotnet.yml | 2 +- .github/workflows/snyk-security.yml | 2 +- .github/workflows/sonar.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 48dbe932d..465f8c402 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -12,7 +12,7 @@ jobs: - name: Check out code uses: actions/checkout@v4 - name: Setup .NET 7 - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 7.0.x - name: Clean diff --git a/.github/workflows/snyk-security.yml b/.github/workflows/snyk-security.yml index 9daa5fbb0..c9c111a2c 100644 --- a/.github/workflows/snyk-security.yml +++ b/.github/workflows/snyk-security.yml @@ -14,7 +14,7 @@ jobs: - name: Check out code uses: actions/checkout@v4 - name: Setup .NET 7 - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 7.0.x - name: Clean diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index c0fc2c9ca..4a7a6adc2 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -47,7 +47,7 @@ jobs: run: | .\.sonar\scanner\dotnet-sonarscanner begin /k:"orso-co_Orso.Arpa.Api" /o:"orso-co" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" - name: Setup .NET 7 - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 7.0.x - name: Clean