From 1475acef4127798840f657194b0049aa2fdb4de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 00:32:26 +0000 Subject: [PATCH] Bump CatChen/check-git-status-action from 1.0.4 to 1.0.8 (#1212) Bumps [CatChen/check-git-status-action](https://github.com/CatChen/check-git-status-action) from 1.0.4 to 1.0.8. - [Release notes](https://github.com/CatChen/check-git-status-action/releases) - [Commits](https://github.com/CatChen/check-git-status-action/compare/v1.0.4...v1.0.8) --- updated-dependencies: - dependency-name: CatChen/check-git-status-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 235eb044..3418930b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: - name: Package run: yarn package - - uses: CatChen/check-git-status-action@v1.0.4 + - uses: CatChen/check-git-status-action@v1.0.8 id: check-git-status with: fail-if-not-clean: ${{ github.actor != 'dependabot[bot]' || github.event_name == 'workflow_call' }}