From 2ae13b58fa1c4a01343148eb64223a9ebd3cb534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 22:05:41 +0000 Subject: [PATCH] build(deps): bump the actions group across 1 directory with 5 updates Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/cache](https://github.com/actions/cache) | `5.0.5` | `6.1.0` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.2.0` | `8.3.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `6.2.0` | `6.3.0` | | [cross-platform-actions/action](https://github.com/cross-platform-actions/action) | `1.2.0` | `1.3.0` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `4.1.0` | `4.2.0` | Updates `actions/cache` from 5.0.5 to 6.1.0 - [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.0.5...v6.1.0) Updates `astral-sh/setup-uv` from 8.2.0 to 8.3.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/fac544c07dec837d0ccb6301d7b5580bf5edae39...d31148d669074a8d0a63714ba94f3201e7020bc3) Updates `actions/setup-python` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0) Updates `cross-platform-actions/action` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/cross-platform-actions/action/releases) - [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md) - [Commits](https://github.com/cross-platform-actions/action/compare/be3d7e9ff5c8770b9c51b1a8c8c5446e1cad7cf9...5ea7e8e4677bd726033a10b094ba1c5762b15dee) Updates `docker/setup-qemu-action` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/06116385d9baf250c9f4dcb4858b16962ea869c3...96fe6ef7f33517b61c61be40b68a1882f3264fb8) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: cross-platform-actions/action dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/setup-qemu-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yml | 4 ++-- .github/workflows/build-docs.yml | 10 +++++----- .github/workflows/bump-n-release.yml | 2 +- .github/workflows/node-js-packaging.yml | 6 +++--- .github/workflows/pre-commit-hooks.yml | 2 +- .github/workflows/python-packaging.yml | 10 +++++----- .github/workflows/run-dev-tests.yml | 6 +++--- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 3d2ebd4..267b25b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -49,7 +49,7 @@ jobs: ref: ${{ matrix.commit }} persist-credentials: false - name: Cache base ref build - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 id: cache with: key: bin-cache-${{ hashFiles('cpp-linter/src/**', 'Cargo.toml', 'Cargo.lock', 'cpp-linter/Cargo.toml') }} @@ -137,7 +137,7 @@ jobs: - name: Install nushell uses: hustcer/setup-nu@ccd5bb5426b05a32009c2ba967946231f3919c97 # v3.25 - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 - name: Run benchmark script working-directory: benchmark diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 5bf336a..b8e9fb2 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -38,7 +38,7 @@ jobs: persist-credentials: false - run: rustup update --no-self-update - name: Cache .cargo locked resources - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ~/.cargo key: ${{ runner.os }}-docs-cargo-${{ hashFiles('Cargo.lock') }} @@ -56,12 +56,12 @@ jobs: with: persist-credentials: false - name: Cache .cargo locked resources - uses: actions/cache/restore@v5.0.5 + uses: actions/cache/restore@v6.1.0 with: path: ~/.cargo key: ${{ runner.os }}-docs-cargo-${{ hashFiles('Cargo.lock') }} - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 - name: Install cargo-binstall uses: cargo-bins/cargo-binstall@732870f031d2fb36309d0deaf36abcc704a7be65 # v1.20.1 env: @@ -92,12 +92,12 @@ jobs: persist-credentials: false - run: rustup update --no-self-update - name: Cache .cargo locked resources - uses: actions/cache/restore@v5.0.5 + uses: actions/cache/restore@v6.1.0 with: path: ~/.cargo key: ${{ runner.os }}-docs-cargo-${{ hashFiles('Cargo.lock') }} - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 - name: Install cargo-binstall uses: cargo-bins/cargo-binstall@732870f031d2fb36309d0deaf36abcc704a7be65 # v1.20.1 env: diff --git a/.github/workflows/bump-n-release.yml b/.github/workflows/bump-n-release.yml index 5adacc6..1825109 100644 --- a/.github/workflows/bump-n-release.yml +++ b/.github/workflows/bump-n-release.yml @@ -53,7 +53,7 @@ jobs: persist-credentials: true # needed for `git push` - name: Set up Python if: inputs.package == 'cpp-linter-py' - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: 3.x - name: Install Node.js diff --git a/.github/workflows/node-js-packaging.yml b/.github/workflows/node-js-packaging.yml index 260ac61..e8c3af7 100644 --- a/.github/workflows/node-js-packaging.yml +++ b/.github/workflows/node-js-packaging.yml @@ -94,7 +94,7 @@ jobs: rustup update stable --no-self-update rustup target add ${{ matrix.settings.target }} - name: Cache cargo - uses: actions/cache@v5.0.5 # zizmor: ignore[cache-poisoning] + uses: actions/cache@v6.1.0 # zizmor: ignore[cache-poisoning] with: path: | ~/.cargo/registry/index/ @@ -151,7 +151,7 @@ jobs: with: persist-credentials: false - name: setup FreeBSD VM - uses: cross-platform-actions/action@be3d7e9ff5c8770b9c51b1a8c8c5446e1cad7cf9 # v1.2.0 + uses: cross-platform-actions/action@5ea7e8e4677bd726033a10b094ba1c5762b15dee # v1.3.0 env: DEBUG: napi:* RUSTUP_IO_THREADS: 1 @@ -304,7 +304,7 @@ jobs: run: ls -R . shell: bash - name: Set up QEMU - uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 + uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 if: ${{ contains(matrix.target, 'armv7') }} with: platforms: all diff --git a/.github/workflows/pre-commit-hooks.yml b/.github/workflows/pre-commit-hooks.yml index 6f401d1..afbc70a 100644 --- a/.github/workflows/pre-commit-hooks.yml +++ b/.github/workflows/pre-commit-hooks.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - run: rustup update - name: Cache .cargo locked resources - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ~/.cargo key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }} diff --git a/.github/workflows/python-packaging.yml b/.github/workflows/python-packaging.yml index 07205f5..3af59d8 100644 --- a/.github/workflows/python-packaging.yml +++ b/.github/workflows/python-packaging.yml @@ -73,7 +73,7 @@ jobs: - uses: actions/checkout@v7.0.0 with: persist-credentials: false - - uses: actions/setup-python@v6.2.0 + - uses: actions/setup-python@v6.3.0 with: python-version: '3.x' - name: Restore build script seed @@ -111,7 +111,7 @@ jobs: - uses: actions/checkout@v7.0.0 with: persist-credentials: false - - uses: actions/setup-python@v6.2.0 + - uses: actions/setup-python@v6.3.0 with: python-version: '3.x' architecture: ${{ matrix.platform.target }} @@ -147,7 +147,7 @@ jobs: - uses: actions/checkout@v7.0.0 with: persist-credentials: false - - uses: actions/setup-python@v6.2.0 + - uses: actions/setup-python@v6.3.0 with: python-version: '3.x' - name: Restore build script seed @@ -173,7 +173,7 @@ jobs: - uses: actions/checkout@v7.0.0 with: persist-credentials: false - - uses: actions/setup-python@v6.2.0 + - uses: actions/setup-python@v6.3.0 with: python-version: 3.x - name: Build sdist @@ -201,7 +201,7 @@ jobs: merge-multiple: true - name: Setup Python if: ${{ !startsWith(github.ref, 'refs/tags/cpp-linter-py/v') }} - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: 3.x - name: Check distributions diff --git a/.github/workflows/run-dev-tests.yml b/.github/workflows/run-dev-tests.yml index 2a95bbc..9ba4acd 100644 --- a/.github/workflows/run-dev-tests.yml +++ b/.github/workflows/run-dev-tests.yml @@ -71,12 +71,12 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} - - uses: actions/setup-python@v6.2.0 + - uses: actions/setup-python@v6.3.0 with: python-version: 3.x - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: enable-cache: true cache-dependency-glob: "uv.lock" @@ -90,7 +90,7 @@ jobs: run: choco install ninja - name: Cache .cargo locked resources - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ~/.cargo key: ${{ runner.os }}-tests-cargo-${{ hashFiles('Cargo.lock') }}