From 8a6546328ef76eb871245e2234b84dcfa3f86f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 06:23:30 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 6 updates Bumps the github-actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6` | `7` | | [actions/setup-node](https://github.com/actions/setup-node) | `6` | `7` | | [actions/configure-pages](https://github.com/actions/configure-pages) | `5` | `6` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `4` | `5` | | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4` | `5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` | 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/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) Updates `actions/configure-pages` from 5 to 6 - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v5...v6) Updates `actions/upload-pages-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v4...v5) Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4...v5) 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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/configure-pages dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/deploy-pages dependency-version: '5' 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 - 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/upload-pages-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pages.yml | 8 ++++---- .github/workflows/publish.yml | 8 ++++---- .github/workflows/verify-full.yml | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 304ee6f7..24bcae4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,10 +28,10 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} package-manager-cache: false diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index b41568d6..31fdefde 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -27,10 +27,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Configure Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Stage public site run: | @@ -39,10 +39,10 @@ jobs: touch _site/.nojekyll - name: Upload case studies - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: _site - name: Deploy id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a4f7681b..5f9b1330 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -76,12 +76,12 @@ jobs: steps: - name: Check out release - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ needs.release-inputs.outputs.tag }} - name: Set up Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "24" registry-url: https://registry.npmjs.org @@ -109,7 +109,7 @@ jobs: --receipt .tmp/release-registry-snapshot.json - name: Preserve pre-publish registry state - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: npm-release-preflight-${{ needs.release-inputs.outputs.tag }} path: .tmp/release-registry-snapshot.json @@ -168,7 +168,7 @@ jobs: done < .tmp/release-package-dirs.txt - name: Preserve release receipts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: npm-release-receipts-${{ needs.release-inputs.outputs.tag }} path: | diff --git a/.github/workflows/verify-full.yml b/.github/workflows/verify-full.yml index dd23f8fe..c1b030c5 100644 --- a/.github/workflows/verify-full.yml +++ b/.github/workflows/verify-full.yml @@ -35,11 +35,11 @@ jobs: env: CONTEXT_TEST_SHARD: ${{ matrix.shard }}/4 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ inputs.ref }} persist-credentials: false - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "24" package-manager-cache: false @@ -57,7 +57,7 @@ jobs: bun run "$VERIFY_SCRIPT" 2>&1 | tee .tmp/verify-full.log - name: Preserve full verification log if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: verification-${{ inputs.full }}-${{ github.run_id }}-${{ matrix.shard }} path: .tmp/verify-full.log