Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit 2ae20a4

Browse files
dependabot[bot]alexrp
authored andcommitted
Bump actions/setup-dotnet from 4.3.0 to 4.3.1
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e54129 commit 2ae20a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626
submodules: recursive
2727
- name: Set up .NET
28-
uses: actions/[email protected].0
28+
uses: actions/[email protected].1
2929
- name: Run Cake
3030
run: |
3131
./cake

0 commit comments

Comments
 (0)