From 5461ac000a689b755e2eed24cd8a1cf1a7d99289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:34:38 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [chromaui/action](https://github.com/chromaui/action). Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6.3.0...v6.4.0) Updates `chromaui/action` from 16.3.0 to 16.6.0 - [Release notes](https://github.com/chromaui/action/releases) - [Changelog](https://github.com/chromaui/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/chromaui/action/compare/v16.3.0...v16.6.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: chromaui/action dependency-version: 16.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd2cb291..1e6ba2b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: run: corepack enable - name: Set up Node.js - uses: actions/setup-node@v6.3.0 + uses: actions/setup-node@v6.4.0 with: cache: yarn node-version-file: .nvmrc @@ -57,7 +57,7 @@ jobs: - name: Storybook deploy if: ${{ env.CHROMATIC_PROJECT_TOKEN }} - uses: chromaui/action@v16.3.0 + uses: chromaui/action@v16.6.0 with: autoAcceptChanges: main branchName: ${{ env.CHROMATIC_BRANCH}} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 871cc1b7..90b5aed3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: run: corepack enable - name: Set up Node.js - uses: actions/setup-node@v6.3.0 + uses: actions/setup-node@v6.4.0 with: cache: yarn node-version-file: .nvmrc