From 05665e52f1040aaabc08808c9bba90a5ae831868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:25:21 +0000 Subject: [PATCH] build(deps): bump reg-viz/reg-actions from 2 to 3 Bumps [reg-viz/reg-actions](https://github.com/reg-viz/reg-actions) from 2 to 3. - [Commits](https://github.com/reg-viz/reg-actions/compare/v2...v3) --- updated-dependencies: - dependency-name: reg-viz/reg-actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/storybook-diff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/storybook-diff.yml b/.github/workflows/storybook-diff.yml index 1bce5ce7d..539b8f501 100644 --- a/.github/workflows/storybook-diff.yml +++ b/.github/workflows/storybook-diff.yml @@ -20,7 +20,7 @@ jobs: npx storycap http://localhost:6006 --serverCmd "npx -p @angular/cli ng run capellacollab:storybook" --flat working-directory: ./frontend - - uses: reg-viz/reg-actions@v2 + - uses: reg-viz/reg-actions@v3 with: github-token: '${{ secrets.GITHUB_TOKEN }}' image-directory-path: './frontend/__screenshots__'