diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index c5142fb8..9696504b 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -92,7 +92,7 @@ jobs: fallback: 8.0.* - name: "Install dotnet" if: (github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template')) - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.0.0 env: GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}} DDOTNET_ROOT: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}"