Skip to content

Commit 6772699

Browse files
authored
[skip ci] Merge pull request #6 from redbaty/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 394e2b1 + 5116fde commit 6772699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828

2929
- name: Restore NuGet packages
3030
run: dotnet restore

0 commit comments

Comments
 (0)