From 24d17dce6f32e404e89e098852c912d3d0722185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 04:46:32 +0000 Subject: [PATCH] Bump CatChen/check-git-status-action from 1 to 2 Bumps [CatChen/check-git-status-action](https://github.com/catchen/check-git-status-action) from 1 to 2. - [Release notes](https://github.com/catchen/check-git-status-action/releases) - [Commits](https://github.com/catchen/check-git-status-action/compare/v1...v2) --- updated-dependencies: - dependency-name: CatChen/check-git-status-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30eb846..27af1e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: - name: Build run: bin/rails g ruby_ui:component:all --force true - - uses: CatChen/check-git-status-action@v1 + - uses: CatChen/check-git-status-action@v2 with: fail-if-not-clean: true push-if-not-clean: false