From 4207f57c8821e62c19a8be580f909c5d46f0375a Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Fri, 27 Dec 2024 04:05:28 +0000 Subject: [PATCH] [Actions] Updated .github/workflows/pr-lint.yml --- .github/workflows/pr-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index c84adb2..7675660 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -111,7 +111,7 @@ jobs: - name: "Install dotnet" if: (github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template')) - uses: actions/setup-dotnet@v4.1.0 + uses: actions/setup-dotnet@v4.2.0 env: GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}} DOTNET_ROOT: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}"