diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index dddd9647a..f914ecf65 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@v8 + uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0 @@ -367,7 +367,7 @@ jobs: steps: - name: Checkout master (for build-aux scripts) - uses: actions/checkout@v8 + uses: actions/checkout@v7 with: ref: master path: source diff --git a/.github/workflows/windows-msi.yml b/.github/workflows/windows-msi.yml index d1382d062..fe3797fa1 100644 --- a/.github/workflows/windows-msi.yml +++ b/.github/workflows/windows-msi.yml @@ -33,7 +33,7 @@ jobs: # 1. Checkout (to retrieve QElectroTech.wxs and sources) # ---------------------------------------------------------------- - name: Checkout - uses: actions/checkout@v8 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -373,7 +373,7 @@ jobs: # Toutes les URLs sont connues ici (exe, zip, msi). # ---------------------------------------------------------------- - name: Checkout (for generate-page.py) - uses: actions/checkout@v8 + uses: actions/checkout@v7 with: ref: master path: source