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

Commit 167a995

Browse files
build(deps): Update keptn/gh-automation action to v1.3.0 (#237)
Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: Renovate Bot <[email protected]>
1 parent c7e5500 commit 167a995

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-release.yml

+1-1
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/pre-release-integration.yml@v1.2.0
16+
uses: keptn/gh-automation/.github/workflows/pre-release-integration.yml@v1.3.0
1717

1818
docker_build:
1919
needs: [pre-release]

.github/workflows/release.yml

+1-1
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/release-integration.yml@v1.2.0
16+
uses: keptn/gh-automation/.github/workflows/release-integration.yml@v1.3.0
1717

1818
docker_build:
1919
needs: [release]

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

+1-1
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/validate-semantic-pr.yml@v1.2.0
10+
uses: keptn/gh-automation/.github/workflows/validate-semantic-pr.yml@v1.3.0
1111
with:
1212
# Configure which scopes are allowed.
1313
scopes: |

0 commit comments

Comments
 (0)