From 883422d2e4b9c72a0fe6a1c19a37435e5f668d15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 16:00:59 +0000 Subject: [PATCH] Update github actions --- .github/workflows/ci.yml | 4 ++-- .github/workflows/sync-labels.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbe2ae843..b216d9516 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,11 +97,11 @@ jobs: restore-keys: | ${{ runner.os }}-nuget- - name: 🔨 Use .NET Core 3.1 SDK - uses: actions/setup-dotnet@v2.1.0 + uses: actions/setup-dotnet@v3.0.3 with: dotnet-version: '3.1.x' - name: 🔨 Use .NET Core 6.0 SDK - uses: actions/setup-dotnet@v2.1.0 + uses: actions/setup-dotnet@v3.0.3 with: dotnet-version: '6.0.x' - name: 🎁 dotnet tool restore diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index f1710e13b..7e40b0d16 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -20,7 +20,7 @@ jobs: - name: Run Labeler if: success() - uses: crazy-max/ghaction-github-labeler@v3.1.1 + uses: crazy-max/ghaction-github-labeler@v4.1.0 with: yaml-file: .github/labels.yml skip-delete: false