From d6af4ca5865f230492de669dcbcadd683de00c04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 08:33:08 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/pr-closed.yml | 2 +- action.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-closed.yml b/.github/workflows/pr-closed.yml index ff39fb4..335a1f7 100644 --- a/.github/workflows/pr-closed.yml +++ b/.github/workflows/pr-closed.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 10 steps: - - uses: bcgov/action-oc-runner@57a28c38359c93e43edf609d35b9a3f50a070131 # v1.4.0 + - uses: bcgov/action-oc-runner@d2fc921aaa9d70684c186dbb7754e6985d44d86f # v1.4.1 with: oc_namespace: ${{ vars.oc_namespace }} oc_token: ${{ secrets.oc_token }} diff --git a/action.yml b/action.yml index 8eda6a3..b8ae53b 100644 --- a/action.yml +++ b/action.yml @@ -79,13 +79,13 @@ runs: steps: # Send triggers to diff action - id: triggers - uses: bcgov/action-diff-triggers@04bb0c4087cc06a8c060d23c3e660b7b15a323ac # v1.1.0 + uses: bcgov/action-diff-triggers@4abfcb211f5816d654d1c5a417e5431a2c4a5379 # v1.1.1 with: triggers: ${{ inputs.triggers }} diff_branch: ${{ inputs.diff_branch }} - if: inputs.oc_version != '' && steps.triggers.outputs.triggered == 'true' - uses: bcgov/action-oc-runner@57a28c38359c93e43edf609d35b9a3f50a070131 # v1.4.0 + uses: bcgov/action-oc-runner@d2fc921aaa9d70684c186dbb7754e6985d44d86f # v1.4.1 with: oc_namespace: ${{ inputs.oc_namespace }} oc_token: ${{ inputs.oc_token }} @@ -95,7 +95,7 @@ runs: triggers: ${{ inputs.triggers }} - if: inputs.oc_version == '' && steps.triggers.outputs.triggered == 'true' - uses: bcgov/action-oc-runner@57a28c38359c93e43edf609d35b9a3f50a070131 # v1.4.0 + uses: bcgov/action-oc-runner@d2fc921aaa9d70684c186dbb7754e6985d44d86f # v1.4.1 with: oc_namespace: ${{ inputs.oc_namespace }} oc_token: ${{ inputs.oc_token }}