From 63b879c61700ec1845c95f4362e1376a369d5868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 12:12:23 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CMake-ilcsoft.yml | 2 +- .github/workflows/Docs.yml | 2 +- .github/workflows/LCIO-interface.yml | 2 +- .github/workflows/Linux-clang.yml | 2 +- .github/workflows/Linux-gcc.yml | 2 +- .github/workflows/ROOT-interface.yml | 2 +- .github/workflows/Rawdata-interface.yml | 2 +- .github/workflows/Windows.yml | 2 +- .github/workflows/macOS.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) 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