Skip to content

Commit 9831d4a

Browse files
[Dependencies]: Bump actions/setup-dotnet from 5.0.0 to 5.0.1
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 125537d commit 9831d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119

120120
- name: "Install dotnet"
121121
if: (github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template'))
122-
uses: actions/setup-dotnet@v5.0.0
122+
uses: actions/setup-dotnet@v5.0.1
123123
env:
124124
GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}}
125125
DOTNET_ROOT: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}"

0 commit comments

Comments
 (0)