diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index c84adb2d..7675660c 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}}"