Skip to content

Commit b31fe9e

Browse files
authored
Update build_wheels_windows.yml
1 parent 9791ccf commit b31fe9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "ENABLE_ROLLING=1" >> $GITHUB_ENV
4949
fi
5050
- name: Checkout
51-
uses: actions/checkout@v3
51+
uses: actions/checkout@v4
5252
with:
5353
submodules: false
5454
fetch-depth: 0
@@ -106,7 +106,7 @@ jobs:
106106
rm -rf ./.??* || true
107107
working-directory: ${{ github.workspace }}
108108
- name: Checkout
109-
uses: actions/checkout@v3
109+
uses: actions/checkout@v4
110110
with:
111111
submodules: true
112112
fetch-depth: 0

0 commit comments

Comments
 (0)