From 346aad75fde6ed18e7fd00532176d5a1b9cfe465 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Mon, 6 Jul 2026 16:49:51 +0200 Subject: [PATCH] Fix ci: update GitHub Actions to latest major versions --- .github/workflows/windows-build.yml | 4 ++-- .github/workflows/windows-msi.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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