Skip to content

Commit af9030a

Browse files
committed
try to workaround checkout issue in CI
1 parent fd7c31b commit af9030a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
name: Build on ${{matrix.os}} for ${{ matrix.label }}
6262

6363
steps:
64-
- uses: actions/checkout@v3
64+
- uses: actions/checkout@v4
6565

6666
# setup .NET per the repo global.json
6767
- name: Setup .NET

0 commit comments

Comments
 (0)