From f1047b36ee6ffa192279c432a78226c3b70cf78b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 12:33:52 +0000 Subject: [PATCH] build(deps): bump Framework-R-D/action-run-change-detection from 1 to 2 Bumps [Framework-R-D/action-run-change-detection](https://github.com/framework-r-d/action-run-change-detection) from 1 to 2. - [Release notes](https://github.com/framework-r-d/action-run-change-detection/releases) - [Changelog](https://github.com/Framework-R-D/action-run-change-detection/blob/main/CHANGELOG.md) - [Commits](https://github.com/framework-r-d/action-run-change-detection/compare/c70418d77a03191b165dd7dfebadbe00c443566c...047250bcbe1be9fb479c8f3ceeb85ac1084ede2e) --- updated-dependencies: - dependency-name: Framework-R-D/action-run-change-detection dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5425154..8e04939 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: # runs unconditionally (its github.event_name != 'pull_request' arm), so # this detection step is skipped and its empty output is harmless. if: github.event_name == 'pull_request' && steps.setup.outputs.is_act != 'true' - uses: Framework-R-D/action-run-change-detection@c70418d77a03191b165dd7dfebadbe00c443566c # v1 + uses: Framework-R-D/action-run-change-detection@047250bcbe1be9fb479c8f3ceeb85ac1084ede2e # v2 with: checkout-path: ${{ steps.setup.outputs.checkout_path }} ref: ${{ steps.setup.outputs.ref }}