Skip to content

Commit 14e8d8d

Browse files
Merge pull request #87 from CANopenNode/dependabot/github_actions/actions/checkout-4
2 parents 6a1f6a1 + 4e1e929 commit 14e8d8d

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
@@ -13,7 +13,7 @@ jobs:
1313
# runs-on: ubuntu-latest # Error: setup-msbuild can only be run on Windows runners
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- name: Setup .NET
1818
uses: microsoft/[email protected]
1919
- name: C# problem matcher

0 commit comments

Comments
 (0)