Skip to content

Commit 234c029

Browse files
chore(deps): bump devantler-tech/reusable-workflows from 1.1.6 to 1.3.0
Bumps [devantler-tech/reusable-workflows](https://github.com/devantler-tech/reusable-workflows) from 1.1.6 to 1.3.0. - [Release notes](https://github.com/devantler-tech/reusable-workflows/releases) - [Changelog](https://github.com/devantler-tech/reusable-workflows/blob/main/.releaserc) - [Commits](devantler-tech/reusable-workflows@v1.1.6...53eda0d) --- updated-dependencies: - dependency-name: devantler-tech/reusable-workflows dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5da534d commit 234c029

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/cd-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
bootstrap-prod:
18-
uses: devantler-tech/reusable-workflows/.github/workflows/cd-gitops-deploy.yaml@fbfd051d3029c9f8d2bb64a87a329c824241fc36 # v1.1.6
18+
uses: devantler-tech/reusable-workflows/.github/workflows/cd-gitops-deploy.yaml@53eda0dc533761c17be282658e8ed6fdbb1d9221 # v1.3.0
1919
with:
2020
DEPLOYMENT_ENV: prod
2121
secrets:
@@ -24,7 +24,7 @@ jobs:
2424

2525
deploy-prod:
2626
needs: bootstrap-prod
27-
uses: devantler-tech/reusable-workflows/.github/workflows/cd-gitops-deploy.yaml@fbfd051d3029c9f8d2bb64a87a329c824241fc36 # v1.1.6
27+
uses: devantler-tech/reusable-workflows/.github/workflows/cd-gitops-deploy.yaml@53eda0dc533761c17be282658e8ed6fdbb1d9221 # v1.3.0
2828
with:
2929
DEPLOYMENT_ENV: prod
3030
secrets:

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

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ permissions:
1313

1414
jobs:
1515
release:
16-
uses: devantler-tech/reusable-workflows/.github/workflows/release.yaml@fbfd051d3029c9f8d2bb64a87a329c824241fc36 # v1.1.6
16+
uses: devantler-tech/reusable-workflows/.github/workflows/release.yaml@53eda0dc533761c17be282658e8ed6fdbb1d9221 # v1.3.0
1717
secrets:
1818
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/sync-cluster-policies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions: {}
1414

1515
jobs:
1616
sync-policies:
17-
uses: devantler-tech/reusable-workflows/.github/workflows/sync-cluster-policies.yaml@fbfd051d3029c9f8d2bb64a87a329c824241fc36 # v1.1.6
17+
uses: devantler-tech/reusable-workflows/.github/workflows/sync-cluster-policies.yaml@53eda0dc533761c17be282658e8ed6fdbb1d9221 # v1.3.0
1818
with:
1919
KYVERNO_POLICIES_DIR: k8s/bases/infrastructure/cluster-policies/samples
2020
secrets:

.github/workflows/todos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88

99
jobs:
1010
todos:
11-
uses: devantler-tech/reusable-workflows/.github/workflows/todos.yaml@fbfd051d3029c9f8d2bb64a87a329c824241fc36 # v1.1.6
11+
uses: devantler-tech/reusable-workflows/.github/workflows/todos.yaml@53eda0dc533761c17be282658e8ed6fdbb1d9221 # v1.3.0
1212
secrets:
1313
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)