From bf9b91e9a8799de9ab4de6cbf795d8e78ce2fc86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 01:33:40 +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 +- action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }} diff --git a/action.yaml b/action.yaml index c6c3a4b..b097c58 100644 --- a/action.yaml +++ b/action.yaml @@ -125,7 +125,7 @@ runs: - name: Run change detection id: detect if: (inputs.file-type != '' || inputs.include-globs != '') && steps.prepare.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.prepare.outputs.checkout_path }} ref: ${{ steps.prepare.outputs.ref }}