From 354dcf6b7736390173d532131d8001b04f5bbd11 Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Sat, 3 Feb 2024 13:43:43 +0100 Subject: [PATCH] Update abaplint.jsonc (#852) * Update abaplint.jsonc * Update build_downport.yaml --- .github/workflows/build_downport.yaml | 2 +- abaplint.jsonc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_downport.yaml b/.github/workflows/build_downport.yaml index 04db67a2..85a166c6 100644 --- a/.github/workflows/build_downport.yaml +++ b/.github/workflows/build_downport.yaml @@ -24,7 +24,7 @@ jobs: external_repository: abap2UI5/abap2UI5-downport user_name: 'github-actions[bot]' user_email: 'github-actions[bot]@users.noreply.github.com' - publish_branch: main + publish_branch: 7.40 publish_dir: ./downport deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} destination_dir: src diff --git a/abaplint.jsonc b/abaplint.jsonc index 3da955c1..f7d02789 100644 --- a/abaplint.jsonc +++ b/abaplint.jsonc @@ -4,7 +4,7 @@ }, "dependencies": [ { - "url": "https://github.com/abapedia/steampunk-2305-api-intersect-740", + "url": "https://github.com/abapedia/steampunk-2305-api-intersect-702", "folder": "/deps", "files": "/src/**/*.*" }