diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index f914ecf65..dddd9647a 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -14,7 +14,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout code - uses: actions/checkout@v7 + uses: actions/checkout@v8 with: submodules: recursive fetch-depth: 0 @@ -367,7 +367,7 @@ jobs: steps: - name: Checkout master (for build-aux scripts) - uses: actions/checkout@v7 + uses: actions/checkout@v8 with: ref: master path: source