From b8697501d8217d2786da24c3156458b1e16a7a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:08:03 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [chromaui/action](https://github.com/chromaui/action), [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) and [flatherskevin/semver-action](https://github.com/flatherskevin/semver-action). Updates `chromaui/action` from 16.0.0 to 16.1.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.0.0...v16.1.0) Updates `aws-actions/amazon-ecr-login` from 2.1.0 to 2.1.2 - [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases) - [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/amazon-ecr-login/compare/v2.1.0...v2.1.2) Updates `flatherskevin/semver-action` from 1.1.3 to 1.1.4 - [Release notes](https://github.com/flatherskevin/semver-action/releases) - [Commits](https://github.com/flatherskevin/semver-action/compare/7ce18d3c29fa36251f492a5121013455741c072c...34b3c537da75de940b75d92ee4c374eaaae2df67) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 16.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: aws-actions/amazon-ecr-login dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: flatherskevin/semver-action dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/chromatic.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 838304e93..86dc1ded2 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.0.0 + uses: chromaui/action@v16.1.0 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} onlyChanged: true # 👈 Required option to enable TurboSnap diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e92c90076..b379dbee4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,7 +222,7 @@ jobs: - name: Login to Amazon ECR id: login-ecr if: vars.ECR_REGION - uses: aws-actions/amazon-ecr-login@v2.1.0 + uses: aws-actions/amazon-ecr-login@v2.1.2 - name: Format image tag parts env: BRANCH: ${{ github.head_ref || github.ref_name }} @@ -278,7 +278,7 @@ jobs: aws-region: ${{ vars.ECR_REGION }} - name: Login to Amazon ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@v2.1.0 + uses: aws-actions/amazon-ecr-login@v2.1.2 - name: Format image tag components env: BRANCH: ${{ github.head_ref || github.ref_name }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f8336b28..1033836db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Get next version if: inputs.version == '' id: semver - uses: flatherskevin/semver-action@7ce18d3c29fa36251f492a5121013455741c072c + uses: flatherskevin/semver-action@34b3c537da75de940b75d92ee4c374eaaae2df67 with: incrementLevel: patch source: tags @@ -53,9 +53,9 @@ jobs: aws-region: ${{ vars.ECR_REGION }} - name: Login to private ECR id: login-private-ecr - uses: aws-actions/amazon-ecr-login@v2.1.0 + uses: aws-actions/amazon-ecr-login@v2.1.2 - name: Login to public ECR - uses: aws-actions/amazon-ecr-login@v2.1.0 + uses: aws-actions/amazon-ecr-login@v2.1.2 env: AWS_REGION: ${{ vars.ECR_PUBLIC_REGION }} with: