Skip to content

Commit f9cfd44

Browse files
authored
Merge pull request #29 from Aiko-IT-Systems/renovate/major-github-packages
chore(deps): update actions/setup-dotnet action to v4
2 parents 2be8b96 + 666be60 commit f9cfd44

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
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v3
17+
uses: actions/setup-dotnet@v4
1818
with:
1919
dotnet-version: 7.0.203
2020
- name: Restore dependencies

0 commit comments

Comments
 (0)