Skip to content

Commit 1f2c8c4

Browse files
Bump actions/setup-dotnet from 4 to 5 in the allgha group
Bumps the allgha group with 1 update: [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `actions/setup-dotnet` from 4 to 5 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: allgha ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c96d468 commit 1f2c8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- uses: actions/setup-dotnet@v4
19+
- uses: actions/setup-dotnet@v5
2020

2121
- name: Run tests
2222
run: dotnet test

0 commit comments

Comments
 (0)