Skip to content

Commit e933554

Browse files
authored
Merge pull request #308 from nanotaboada/dependabot/github_actions/actions/setup-dotnet-5.0.1
chore(deps): Bump actions/setup-dotnet from 5.0.0 to 5.0.1
2 parents 8300420 + 8d75e2d commit e933554

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)