Skip to content

Commit 7d97143

Browse files
chore(deps): Bump actions/setup-dotnet from 4.3.1 to 5.0.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.3.1...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8875cdf commit 7d97143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v5.0.0
2525

2626
- name: Set up .NET ${{ env.DOTNET_VERSION }}
27-
uses: actions/setup-dotnet@v4.3.1
27+
uses: actions/setup-dotnet@v5.0.0
2828
with:
2929
dotnet-version: ${{ env.DOTNET_VERSION }}
3030
# The action searches for packages.lock.json in the repository root,

0 commit comments

Comments
 (0)