From 4829f057fe8d2daa90f99a25c478ad6d360165cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:30:41 +0000 Subject: [PATCH] chore(deps): 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 0a718555..09128961 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,11 +113,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 1a455d8b..b3ff5d9c 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