Skip to content

Commit 4b728f8

Browse files
Bump actions/setup-dotnet from 4.0.1 to 4.1.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 15bbf4c commit 4b728f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/[email protected]
1717
with:
1818
python-version: '3.12'
19-
- uses: actions/setup-dotnet@v4.0.1
19+
- uses: actions/setup-dotnet@v4.1.0
2020
with:
2121
dotnet-version: '8.0.x'
2222
- name: Install pre-commit

0 commit comments

Comments
 (0)