From 3b9f698b29d8e30ce8791551f9821f61aec06491 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Fri, 31 Jan 2025 18:55:22 +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 9f82c207..a04ce34a 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.2.0 + uses: actions/setup-dotnet@v4.3.0 env: GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}} DOTNET_ROOT: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}"