From 9a1dc815f00c635df24132b4aaa2799d0c779770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 21:11:18 +0000 Subject: [PATCH] build(deps): bump the github-actions group across 1 directory with 4 updates Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4...v6) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v6) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) Updates `actions/download-artifact` from 4 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 ++--- .github/workflows/release-npm.yml | 26 +++++++++---------- .github/workflows/release-signing-dry-run.yml | 4 +-- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e270f3..2f35c33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,16 +11,16 @@ jobs: name: "IntentProof CI: Build and Test" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Checkout spec repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: IntentProof/intentproof-spec ref: main path: intentproof-spec - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: '22' cache: 'npm' diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 98eaa71..1e7d674 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -36,18 +36,18 @@ jobs: name: "IntentProof Release: Test npm Package" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ github.event_name == 'workflow_dispatch' && inputs.release_ref || github.ref }} - name: Checkout spec repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: IntentProof/intentproof-spec ref: main path: intentproof-spec - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: '22' cache: 'npm' @@ -70,11 +70,11 @@ jobs: release_version: ${{ steps.release.outputs.release_version }} npm_dist_tag: ${{ steps.release.outputs.npm_dist_tag }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ github.event_name == 'workflow_dispatch' && inputs.release_ref || github.ref }} - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: '22' cache: 'npm' @@ -137,7 +137,7 @@ jobs: echo "EOF" } >> "$GITHUB_OUTPUT" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: npm-release-package path: ./*.tgz @@ -150,11 +150,11 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ needs.pack.outputs.release_ref }} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: npm-release-package path: . @@ -259,7 +259,7 @@ jobs: --output-signature release-attestations/SHA256SUMS.sig \ release-attestations/SHA256SUMS - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: release-signing-metadata path: | @@ -278,12 +278,12 @@ jobs: contents: read id-token: write steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: '24' registry-url: 'https://registry.npmjs.org' - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: npm-release-package path: . @@ -312,12 +312,12 @@ jobs: permissions: contents: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: npm-release-package path: release-package - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: release-signing-metadata path: release-signing-metadata diff --git a/.github/workflows/release-signing-dry-run.yml b/.github/workflows/release-signing-dry-run.yml index f56f1e4..7da02dc 100644 --- a/.github/workflows/release-signing-dry-run.yml +++ b/.github/workflows/release-signing-dry-run.yml @@ -21,11 +21,11 @@ jobs: contents: read runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: ref: ${{ inputs.release_ref }} - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: '20' cache: 'npm'