Skip to content

Commit

Permalink
Merge pull request #479 from credfeto/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-dotnet-4.0.0

[Dependencies]: Bump actions/setup-dotnet from 3.2.0 to 4.0.0
  • Loading branch information
credfeto committed Dec 5, 2023
2 parents 28606a9 + cbad713 commit 8a15fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down

0 comments on commit 8a15fd4

Please sign in to comment.