From 81c59ff3d3c6c5ca20c767e63648dc4df13734ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 06:30:41 +0000 Subject: [PATCH] Update github actions --- .github/workflows/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 077f99ff4..9654d6bae 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: '${{ github.event.pull_request.head.repo.full_name }}' ref: '${{ github.event.pull_request.head.ref }}' @@ -53,11 +53,11 @@ jobs: run: | npm ci - name: 🔨 Use .NET Core 6.0 SDK - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: '6.0.x' - name: 🔨 Use .NET Core 8.0 SDK - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: '8.0.x' - name: 🎁 dotnet tool restore