diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 505d5c3d74..f3f1a7dcc6 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@v15.1.0 + uses: chromaui/action@v15.2.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 89bed00ae1..53907ecc5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -211,7 +211,7 @@ jobs: key: dist-${{ github.sha }} fail-on-cache-miss: true - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.12.0 + uses: docker/setup-buildx-action@v4.0.0 - name: Configure AWS credentials if: vars.ECR_REGION uses: aws-actions/configure-aws-credentials@v6.0.0 @@ -234,7 +234,7 @@ jobs: echo SHORT_SHA=${SHA::8} >> "$GITHUB_ENV" - name: Build image if: vars.ECR_REGION - uses: docker/build-push-action@v6.19.2 + uses: docker/build-push-action@v7.0.0 with: context: . file: ./${{ matrix.target.file }} @@ -252,7 +252,7 @@ jobs: cache-to: mode=max,image-manifest=true,oci-mediatypes=true,type=registry,ref=${{ env.REPOSITORY_URI }}:${{ env.SANITIZED_BRANCH }}-${{ matrix.platform }}-cache - name: Build image if: ${{ !vars.ECR_REGION }} - uses: docker/build-push-action@v6.19.2 + uses: docker/build-push-action@v7.0.0 with: context: . file: ./${{ matrix.target.file }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 74aa71d7e1..d9e43c996f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: VERSION: ${{ needs.get-version.outputs.version }} steps: - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.12.0 + uses: docker/setup-buildx-action@v4.0.0 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v6.0.0 with: