From 482eccf193919b37973b2cc845de18daf8af5aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 18:25:44 +0000 Subject: [PATCH] build(ci): bump the ci group across 1 directory with 2 updates Bumps the ci group with 2 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node) and [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action). 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 `lewagon/wait-on-check-action` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Changelog](https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/lewagon/wait-on-check-action/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: lewagon/wait-on-check-action dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci ... Signed-off-by: dependabot[bot] --- .github/workflows/build-docker.yml | 2 +- .github/workflows/deploy-dev.yml | 2 +- .github/workflows/generate-pdfs.yml | 2 +- .github/workflows/release-channel-prod.yml | 4 ++-- .github/workflows/release-channel-staging.yml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 6c88f2db3..08b8475a3 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -46,7 +46,7 @@ jobs: filter: 'blob:none' - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "20" # FIXME: this is very old and out-of-date. Bump the version! diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 84f59bb24..59a9f38a8 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -39,7 +39,7 @@ jobs: # Node is required for npm - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "20" # FIXME: this is very old and out-of-date. Bump the version! diff --git a/.github/workflows/generate-pdfs.yml b/.github/workflows/generate-pdfs.yml index f6474ccb2..1739e73bb 100644 --- a/.github/workflows/generate-pdfs.yml +++ b/.github/workflows/generate-pdfs.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '19' cache: 'npm' diff --git a/.github/workflows/release-channel-prod.yml b/.github/workflows/release-channel-prod.yml index 75dd1286c..bb927fe67 100644 --- a/.github/workflows/release-channel-prod.yml +++ b/.github/workflows/release-channel-prod.yml @@ -11,14 +11,14 @@ jobs: permissions: contents: write steps: - - uses: lewagon/wait-on-check-action@v1.8.0 + - uses: lewagon/wait-on-check-action@v1.9.0 with: ref: ${{ github.ref }} check-name: 'build (full)' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 - - uses: lewagon/wait-on-check-action@v1.8.0 + - uses: lewagon/wait-on-check-action@v1.9.0 with: ref: ${{ github.ref }} check-name: 'deploy' diff --git a/.github/workflows/release-channel-staging.yml b/.github/workflows/release-channel-staging.yml index 9b93f0693..b90403f27 100644 --- a/.github/workflows/release-channel-staging.yml +++ b/.github/workflows/release-channel-staging.yml @@ -14,14 +14,14 @@ jobs: permissions: contents: write steps: - - uses: lewagon/wait-on-check-action@v1.8.0 + - uses: lewagon/wait-on-check-action@v1.9.0 with: ref: ${{ github.ref }} check-name: 'build (full)' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 - - uses: lewagon/wait-on-check-action@v1.8.0 + - uses: lewagon/wait-on-check-action@v1.9.0 with: ref: ${{ github.ref }} check-name: 'deploy'