Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Commit c7a55da

Browse files
build(deps): update keptn/gh-automation action to v1.5.3 (#64)
Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: Renovate Bot <[email protected]>
1 parent 692d4b2 commit c7a55da

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defaults:
1616
jobs:
1717
prepare_ci_run:
1818
name: Prepare CI Run
19-
uses: keptn/gh-automation/.github/workflows/[email protected].1
19+
uses: keptn/gh-automation/.github/workflows/[email protected].3
2020

2121
############################################################################
2222
# Unit tests #
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Docker Build
5454
id: docker_build
55-
uses: keptn/gh-automation/.github/actions/[email protected].1
55+
uses: keptn/gh-automation/.github/actions/[email protected].3
5656
with:
5757
TAGS: |
5858
${{ env.DOCKER_ORGANIZATION }}/${{ env.IMAGE }}:${{ env.VERSION }}

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pre-release:
1414
needs: test
1515
name: Pre-Release
16-
uses: keptn/gh-automation/.github/workflows/[email protected].1
16+
uses: keptn/gh-automation/.github/workflows/[email protected].3
1717

1818
docker_build:
1919
needs: [pre-release]
@@ -32,7 +32,7 @@ jobs:
3232
env-file: .ci_env
3333

3434
- name: Docker Build
35-
uses: keptn/gh-automation/.github/actions/[email protected].1
35+
uses: keptn/gh-automation/.github/actions/[email protected].3
3636
with:
3737
TAGS: |
3838
${{ env.DOCKER_ORGANIZATION }}/${{ env.IMAGE }}:${{ env.VERSION }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release:
1414
needs: test
1515
name: Release
16-
uses: keptn/gh-automation/.github/workflows/[email protected].1
16+
uses: keptn/gh-automation/.github/workflows/[email protected].3
1717

1818
docker_build:
1919
needs: [release]
@@ -32,7 +32,7 @@ jobs:
3232
env-file: .ci_env
3333

3434
- name: Docker Build
35-
uses: keptn/gh-automation/.github/actions/[email protected].1
35+
uses: keptn/gh-automation/.github/actions/[email protected].3
3636
with:
3737
TAGS: |
3838
${{ env.DOCKER_ORGANIZATION }}/${{ env.IMAGE }}:${{ env.VERSION }}

.github/workflows/validate-semantic-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- synchronize
88
jobs:
99
validate:
10-
uses: keptn/gh-automation/.github/workflows/[email protected].1
10+
uses: keptn/gh-automation/.github/workflows/[email protected].3
1111
with:
1212
# Configure which scopes are allowed.
1313
scopes: |

0 commit comments

Comments
 (0)