Skip to content

Commit f45635d

Browse files
Bump actions/setup-dotnet from 3 to 5
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e81c735 commit f45635d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

3232
# Install the .NET Core workload
3333
- name: Install .NET Core
34-
uses: actions/setup-dotnet@v3
34+
uses: actions/setup-dotnet@v5
3535
with:
3636
dotnet-version: 6.0.x
3737

0 commit comments

Comments
 (0)