From 9b325930a5d65d52b022bba53ee1e97bf77bed7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 22:05:52 +0000 Subject: [PATCH] Bump CatChen/check-git-status-action from 1.0.9 to 1.0.10 Bumps [CatChen/check-git-status-action](https://github.com/CatChen/check-git-status-action) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/CatChen/check-git-status-action/releases) - [Commits](https://github.com/CatChen/check-git-status-action/compare/v1.0.9...v1.0.10) --- updated-dependencies: - dependency-name: CatChen/check-git-status-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 208009d..055a641 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: - name: Package run: yarn package - - uses: CatChen/check-git-status-action@v1.0.9 + - uses: CatChen/check-git-status-action@v1.0.10 id: check-git-status with: fail-if-not-clean: ${{ github.actor != 'dependabot[bot]' || github.event_name == 'workflow_call' }}