Skip to content

Commit f329729

Browse files
chore(deps): update bcgov/action-crunchy action to v1.2.2 (#349)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5d997d9 commit f329729

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/.deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
triggered: ${{ steps.deploy.outputs.triggered }}
8282
timeout-minutes: ${{ inputs.timeout-minutes }}
8383
steps:
84-
- uses: bcgov/action-crunchy@ac46670c974c2238fffb635eee7bbd27735c25bc # v1.2.1
84+
- uses: bcgov/action-crunchy@43ef161792d81bf165d12df205262f7ea55290cf # v1.2.2
8585
name: Deploy Crunchy
8686
id: deploy_crunchy
8787
with:

.github/workflows/pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Remove DB User from Crunchy
2525
runs-on: ubuntu-24.04
2626
steps:
27-
- uses: bcgov/action-crunchy@ac46670c974c2238fffb635eee7bbd27735c25bc # v1.2.1
27+
- uses: bcgov/action-crunchy@43ef161792d81bf165d12df205262f7ea55290cf # v1.2.2
2828
name: Remove PR Specific User
2929
with:
3030
oc_namespace: ${{ vars.oc_namespace }}

0 commit comments

Comments
 (0)