Skip to content

Commit a23e95d

Browse files
chore(deps): 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@v5.0.0...v5.0.1) --- 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 3b27648 commit a23e95d

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/[email protected]
2525

2626
- name: Set up .NET ${{ env.DOTNET_VERSION }}
27-
uses: actions/[email protected].0
27+
uses: actions/[email protected].1
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)