Skip to content

Commit 5c2070b

Browse files
committed
fix(deps): update reusable workflows for bootstrap and deploy jobs to v1.1.13
Signed-off-by: Nikolai Emil Damm <nikolaiemildamm@icloud.com>
1 parent 43ca716 commit 5c2070b

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@3507b6bc6c10bb8a0948658a611f91682883dab9 # v1.1.12
15+
uses: devantler-tech/reusable-workflows/.github/workflows/cd-cluster-bootstrap.yaml@de0b28bd340347d12b863254ff29e65a556b5438 # v1.1.13
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@3507b6bc6c10bb8a0948658a611f91682883dab9 # v1.1.12
25+
uses: devantler-tech/reusable-workflows/.github/workflows/cd-gitops-deploy.yaml@de0b28bd340347d12b863254ff29e65a556b5438 # v1.1.13
2626
with:
2727
DEPLOYMENT_ENV: dev
2828
SKIP: ${{ github.event_name != 'merge_group' }}

0 commit comments

Comments
 (0)