From d5d220f763c9b1d00365977c8b12849e968904c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 01:09:46 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/attest-build-provenance` from 3 to 4 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/v3...v4) Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-build-release-candidate.yml | 4 ++-- .github/workflows/reusable-node-checks.yml | 2 +- .github/workflows/reusable-rust-checks.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reusable-build-release-candidate.yml b/.github/workflows/reusable-build-release-candidate.yml index 83fe87c6..0ad7bdbe 100644 --- a/.github/workflows/reusable-build-release-candidate.yml +++ b/.github/workflows/reusable-build-release-candidate.yml @@ -559,7 +559,7 @@ jobs: --root-public-key-env ENOKI_PROBE_DISTRIBUTION_ROOT_PUBLIC_KEY_PEM - name: Attest immutable candidate provenance - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: candidate.tar.gz @@ -769,7 +769,7 @@ jobs: - name: Set up Node.js id: setup-node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: trusted-tool/package.json cache: pnpm diff --git a/.github/workflows/reusable-node-checks.yml b/.github/workflows/reusable-node-checks.yml index c9ffb574..986755f3 100644 --- a/.github/workflows/reusable-node-checks.yml +++ b/.github/workflows/reusable-node-checks.yml @@ -18,7 +18,7 @@ jobs: run: corepack enable - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: package.json cache: pnpm diff --git a/.github/workflows/reusable-rust-checks.yml b/.github/workflows/reusable-rust-checks.yml index 3d8f278e..66953794 100644 --- a/.github/workflows/reusable-rust-checks.yml +++ b/.github/workflows/reusable-rust-checks.yml @@ -18,7 +18,7 @@ jobs: run: corepack enable - name: Set up Node.js for Bootstrap verifier - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: package.json cache: pnpm