From 6448e4e29fc72b0a66ad6c10d2506f3514b5be06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 12:35:02 +0000 Subject: [PATCH] ci: bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `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) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/codeql.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ba3323..a14d928 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 10 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 # need history to diff against the base ref - uses: actions/setup-python@v6 @@ -75,7 +75,7 @@ jobs: CC: ${{ matrix.compiler.cc }} CXX: ${{ matrix.compiler.cxx }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install toolchain (OpenMP + MPI + Catch2) run: | sudo apt-get update @@ -86,7 +86,7 @@ jobs: - name: Install clang OpenMP runtime if: startsWith(matrix.compiler.cc, 'clang') run: sudo apt-get install -y clang-17 libomp-17-dev - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.cache/ccache key: ccache-${{ matrix.compiler.cxx }}-${{ matrix.build_type }}-${{ github.sha }} @@ -121,7 +121,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 30 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install CUDA toolkit uses: Jimver/cuda-toolkit@v0.2.35 with: @@ -147,7 +147,7 @@ jobs: runs-on: [self-hosted, linux, gpu] timeout-minutes: 30 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Build + run CUDA tests and balance benchmark (needs a GPU) run: | cmake -B build-gpu -DCMAKE_BUILD_TYPE=Release \ diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 999db45..31ba790 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: security-events: write # upload results to the Security tab contents: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install build deps run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f802761..0b63d83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 30 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install toolchain run: | sudo apt-get update @@ -43,7 +43,7 @@ jobs: contents: write # create the GitHub Release packages: write # push the image to GHCR (if built) steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check for Apptainer definition id: defcheck run: |