Skip to content

Commit 1ebe826

Browse files
authored
Merge pull request #21 from ax-meyer/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents 18f834f + 0b28743 commit 1ebe826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildAndDeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
submodules: false
1414

1515
- name: Setup Dotnet
16-
uses: actions/setup-dotnet@v4
16+
uses: actions/setup-dotnet@v5
1717
with:
1818
dotnet-version: 7.0.x
1919

0 commit comments

Comments
 (0)