From b0e3a3f194a6d3df5fa34c42b89c72478168c218 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:59:43 +0000 Subject: [PATCH] chore(deps): update bcgov/action-diff-triggers action to v1.1.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 876df13..fd1a08c 100644 --- a/action.yml +++ b/action.yml @@ -83,7 +83,7 @@ runs: # Send triggers to diff action, but only for pull requests - id: diff - uses: bcgov/action-diff-triggers@a4753d53614cac4eb417cd35b05e0e401a76fc9d # v1.0.0 + uses: bcgov/action-diff-triggers@04bb0c4087cc06a8c060d23c3e660b7b15a323ac # v1.1.0 with: triggers: ${{ (github.event_name == 'pull_request' && inputs.triggers) || '' }} diff_branch: ${{ inputs.diff_branch }}