Skip to content

Commit ff7660d

Browse files
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@d4c9434...2016bd2) --- 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] <[email protected]>
1 parent e5115bd commit ff7660d

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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
14-
- uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d
14+
- uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602
1515
with:
1616
dotnet-version: "9.0.200"
1717
- run: ./test.ps1

0 commit comments

Comments
 (0)