Skip to content

Commit 6c368ac

Browse files
Update actions/checkout action to v5.0.1 (#317)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent beb3862 commit 6c368ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v5.0.0
27+
uses: actions/checkout@v5.0.1
2828
with:
2929
fetch-depth: 0
3030
- name: Setup .NET SDK

0 commit comments

Comments
 (0)