Skip to content

Commit 5f9594f

Browse files
chore(deps): Bump actions/setup-dotnet from 5.0.1 to 5.1.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 75efe7e commit 5f9594f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6.0.1
2424

2525
- name: Set up .NET ${{ env.DOTNET_VERSION }}
26-
uses: actions/setup-dotnet@v5.0.1
26+
uses: actions/setup-dotnet@v5.1.0
2727
with:
2828
dotnet-version: ${{ env.DOTNET_VERSION }}
2929
# The action searches for packages.lock.json in the repository root,

0 commit comments

Comments
 (0)