diff --git a/.github/workflows/CMake-ilcsoft.yml b/.github/workflows/CMake-ilcsoft.yml index 63ac3bb..d99c228 100644 --- a/.github/workflows/CMake-ilcsoft.yml +++ b/.github/workflows/CMake-ilcsoft.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index d52766d..c6b45a9 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -27,7 +27,7 @@ jobs: steps: - name: 🧰 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/LCIO-interface.yml b/.github/workflows/LCIO-interface.yml index c0c4386..289fd5a 100644 --- a/.github/workflows/LCIO-interface.yml +++ b/.github/workflows/LCIO-interface.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup CMake uses: jwlawson/actions-setup-cmake@v2.2 diff --git a/.github/workflows/Linux-clang.yml b/.github/workflows/Linux-clang.yml index 966b801..c2bec20 100644 --- a/.github/workflows/Linux-clang.yml +++ b/.github/workflows/Linux-clang.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/Linux-gcc.yml b/.github/workflows/Linux-gcc.yml index 2cd8c02..f6d3e56 100644 --- a/.github/workflows/Linux-gcc.yml +++ b/.github/workflows/Linux-gcc.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/ROOT-interface.yml b/.github/workflows/ROOT-interface.yml index f97f3bb..c30638d 100644 --- a/.github/workflows/ROOT-interface.yml +++ b/.github/workflows/ROOT-interface.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install ROOT run: pacman -Syu --noconfirm ; pacman -S --noconfirm git root diff --git a/.github/workflows/Rawdata-interface.yml b/.github/workflows/Rawdata-interface.yml index 5bd124e..f892105 100644 --- a/.github/workflows/Rawdata-interface.yml +++ b/.github/workflows/Rawdata-interface.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup CMake uses: jwlawson/actions-setup-cmake@v2.2 diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index 7f0ef8c..421dcfb 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 3162c28..36303df 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true