Skip to content

Commit 43ca716

Browse files
committed
fix(deps): update reusable workflows for bootstrap and deploy jobs to v1.1.12
Signed-off-by: Nikolai Emil Damm <[email protected]>
1 parent 3abe8e5 commit 43ca716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
bootstrap-dev:
15-
uses: devantler-tech/reusable-workflows/.github/workflows/cd-cluster-bootstrap.yaml@6729357998569523788c7135784ecdcddf2e7d8e # v1.1.11
15+
uses: devantler-tech/reusable-workflows/.github/workflows/cd-cluster-bootstrap.yaml@3507b6bc6c10bb8a0948658a611f91682883dab9 # v1.1.12
1616
with:
1717
DEPLOYMENT_ENV: dev
1818
SKIP: ${{ github.event_name != 'merge_group' }}
@@ -22,7 +22,7 @@ jobs:
2222

2323
deploy-dev:
2424
needs: bootstrap-dev
25-
uses: devantler-tech/reusable-workflows/.github/workflows/cd-gitops-deploy.yaml@6729357998569523788c7135784ecdcddf2e7d8e # v1.1.11
25+
uses: devantler-tech/reusable-workflows/.github/workflows/cd-gitops-deploy.yaml@3507b6bc6c10bb8a0948658a611f91682883dab9 # v1.1.12
2626
with:
2727
DEPLOYMENT_ENV: dev
2828
SKIP: ${{ github.event_name != 'merge_group' }}

0 commit comments

Comments
 (0)