From 6bf4bc8d000920239454dd23931a44d6ea3a5d38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 01:34:58 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [chromaui/action](https://github.com/chromaui/action). Updates `actions/create-github-app-token` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/create-github-app-token/compare/v3.1.1...v3.2.0) Updates `chromaui/action` from 16.10.0 to 16.10.1 - [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.10.0...v16.10.1) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: chromaui/action dependency-version: 16.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/chromatic.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/sync-internal.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c1cd78fe0a..e527195975 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Get token from Github App id: app_token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 with: app-id: ${{ vars.DEVOPS_GITHUB_APP_ID }} private-key: ${{ secrets.DEVOPS_GITHUB_APP_PEM }} diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 623b57ad50..27b2fb6425 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -36,7 +36,7 @@ jobs: - name: Run Chromatic if: env.CHROMATIC_PROJECT_TOKEN - uses: chromaui/action@v16.10.0 + uses: chromaui/action@v16.10.1 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} onlyChanged: true # 👈 Required option to enable TurboSnap diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03ecacd3f5..073fb7852b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -133,7 +133,7 @@ jobs: steps: - name: Get GitHub App token id: app_token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 with: app-id: ${{ vars.DEVOPS_GITHUB_APP_ID }} private-key: ${{ secrets.DEVOPS_GITHUB_APP_PEM }} @@ -154,7 +154,7 @@ jobs: steps: - name: Get token from Github App id: app_token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 with: app-id: ${{ vars.DEVOPS_GITHUB_APP_ID }} private-key: ${{ secrets.DEVOPS_GITHUB_APP_PEM }} @@ -175,7 +175,7 @@ jobs: steps: - name: Get GitHub App token id: app_token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 with: app-id: ${{ vars.DEVOPS_GITHUB_APP_ID }} private-key: ${{ secrets.DEVOPS_GITHUB_APP_PEM }} diff --git a/.github/workflows/sync-internal.yml b/.github/workflows/sync-internal.yml index 964273023e..42eaf07afb 100644 --- a/.github/workflows/sync-internal.yml +++ b/.github/workflows/sync-internal.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Get token from Github App id: app_token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 with: app-id: ${{ vars.DEVOPS_GITHUB_APP_ID }} private-key: ${{ secrets.DEVOPS_GITHUB_APP_PEM }}