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