Skip to content

Commit 132bab1

Browse files
authored
Merge pull request #280 from nanotaboada/dependabot/github_actions/actions/setup-dotnet-5.0.0
chore(deps): Bump actions/setup-dotnet from 4.3.1 to 5.0.0
2 parents 1e7b8c7 + e10b16e commit 132bab1

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)