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/**/*.*" }