Skip to content

Commit 1651a13

Browse files
authored
Merge pull request #350 from nanotaboada/dependabot/github_actions/actions/setup-dotnet-5.1.0
chore(deps): Bump actions/setup-dotnet from 5.0.1 to 5.1.0
2 parents 70e520e + 5dc883f commit 1651a13

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)