Skip to content

Commit d15f69e

Browse files
committed
try to workaround checkout issue in CI
1 parent 9fd9ad5 commit d15f69e

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
@@ -57,7 +57,7 @@ jobs:
5757
name: Build on ${{matrix.os}} for ${{ matrix.label }} ${{ matrix.workspace-loader }} ${{ matrix.use-transparent-compiler }}
5858

5959
steps:
60-
- uses: actions/checkout@v3
60+
- uses: actions/checkout@v4
6161

6262
# setup .NET per the repo global.json
6363
- name: Setup .NET

0 commit comments

Comments
 (0)