From e650bbc4aea7132d1fdba3eb46161389d0a046f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 08:55:38 +0000 Subject: [PATCH] chore(deps): bump chromaui/action from 1 to 10 Bumps [chromaui/action](https://github.com/chromaui/action) from 1 to 10. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/v1...v10) --- updated-dependencies: - dependency-name: chromaui/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api.yaml b/.github/workflows/api.yaml index 6ceba96c9..d8137840e 100644 --- a/.github/workflows/api.yaml +++ b/.github/workflows/api.yaml @@ -197,7 +197,7 @@ jobs: - name: Install dependencies if: steps.cache.outputs.cache-hit != 'true' run: npm ci --no-audit --prefer-offline --progress=false - - uses: chromaui/action@v1 + - uses: chromaui/action@v10 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}