From 8353b4651d063e152bc0fda55badc263e1e42341 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:34:40 +0000 Subject: [PATCH] Update github actions to v4 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/lint.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0edc71831..fff40cf1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,11 +101,11 @@ jobs: restore-keys: | ${{ runner.os }}-nuget- - name: 🔨 Use .NET Core 6.0 SDK - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: '6.0.x' - name: 🔨 Use .NET Core 8.0 SDK - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: '8.0.x' - name: 🎁 dotnet tool restore diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3bf796100..e203dd015 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -57,11 +57,11 @@ jobs: run: | npm ci - name: 🔨 Use .NET Core 6.0 SDK - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '6.0.x' - name: 🔨 Use .NET Core 8.0 SDK - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '8.0.x' - name: 🎁 dotnet tool restore