From a48247a76b7f168531ae19a8bb5b18fcec5098c1 Mon Sep 17 00:00:00 2001 From: team-tf-cdk <84392119+team-tf-cdk@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:30:25 +0200 Subject: [PATCH] chore(deps): update by cdktf/cdktf-repository-manager@a9a522c (#1228) Triggered by https://github.com/cdktf/cdktf-repository-manager/actions/runs/10403282923 --------- Signed-off-by: team-tf-cdk --- .github/workflows/alert-open-prs.yml | 1 + .github/workflows/auto-approve.yml | 1 - .github/workflows/automerge.yml | 1 - yarn.lock | 6 +++--- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/alert-open-prs.yml b/.github/workflows/alert-open-prs.yml index 522b36529e..f8a21eae54 100644 --- a/.github/workflows/alert-open-prs.yml +++ b/.github/workflows/alert-open-prs.yml @@ -29,3 +29,4 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.ALERT_PRS_SLACK_WEBHOOK_URL }} with: payload: "{\"pr_links\":\"${{ join(fromJSON(steps.old_prs.outputs.pr_links), ', ') }}\"}" + continue-on-error: true diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index ad982fc17f..a3721c310e 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -10,7 +10,6 @@ on: - reopened concurrency: group: ${{ github.workflow }}-${{ github.head_ref }} - cancel-in-progress: true jobs: approve: runs-on: ubuntu-latest diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 64996305e9..6b6d778e9e 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -11,7 +11,6 @@ on: - synchronize concurrency: group: ${{ github.workflow }}-${{ github.head_ref }} - cancel-in-progress: true jobs: automerge: runs-on: ubuntu-latest diff --git a/yarn.lock b/yarn.lock index da35c7544c..de7d61fb34 100644 --- a/yarn.lock +++ b/yarn.lock @@ -219,9 +219,9 @@ glob "10.4.1" "@cdktf/provider-project@^0.6.0": - version "0.6.0" - resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.6.0.tgz#0e0096e31a787fa096e133f0946c0ce9a86f2be1" - integrity sha512-BoTQTN9Gv+8CxFMO2SlHj6wAeCQZdrlc+Li/Z4AOZUR26rNwacE87bkIZG7AbyvUVQC2KKqnSZV8sUgxZwJo3Q== + version "0.6.1" + resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.6.1.tgz#d4ddd5b8d3b9e441589a64090829168041411b95" + integrity sha512-yVA7ez5+81D6DQoxCljBpVTVqKZhdXL5BZ3Lps1yL8ViaRkm2VHbrMaFgHoWvUZ+qS5SZtioHs+5nY100PS+uw== dependencies: change-case "^4.1.2" fs-extra "^10.1.0"