diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 4ee38fa..15433ee 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -18,7 +18,7 @@ on: jobs: build-and-test: name: "CI" - uses: adobe/aepsdk-commons/.github/workflows/android-build-and-test.yml@gha-android-3.3.0 + uses: adobe/aepsdk-commons/.github/workflows/android-build-and-test.yml@gha-android-3.3.1 with: android-api-levels: '[29]' run-test-unit: true diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index 1969b31..dc1ae33 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -40,7 +40,7 @@ jobs: publish: permissions: contents: write - uses: adobe/aepsdk-commons/.github/workflows/android-maven-release.yml@gha-android-3.3.0 + uses: adobe/aepsdk-commons/.github/workflows/android-maven-release.yml@gha-android-3.3.1 with: tag: ${{ github.event.inputs.tag }} create-github-release: ${{ github.event.inputs.create-github-release == 'true' }} diff --git a/.github/workflows/maven-snapshot.yml b/.github/workflows/maven-snapshot.yml index 5e29380..84d4097 100644 --- a/.github/workflows/maven-snapshot.yml +++ b/.github/workflows/maven-snapshot.yml @@ -19,5 +19,5 @@ jobs: publish: permissions: contents: write - uses: adobe/aepsdk-commons/.github/workflows/android-maven-snapshot.yml@gha-android-3.3.0 + uses: adobe/aepsdk-commons/.github/workflows/android-maven-snapshot.yml@gha-android-3.3.1 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 3aec53f..b9dd233 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -62,7 +62,7 @@ jobs: permissions: contents: write pull-requests: write - uses: adobe/aepsdk-commons/.github/workflows/versions.yml@gha-android-3.3.0 + uses: adobe/aepsdk-commons/.github/workflows/versions.yml@gha-android-3.3.1 with: version: ${{ github.event.inputs.version }} branch: ${{ github.event.inputs.branch }} diff --git a/.github/workflows/upstream-integration-test.yml b/.github/workflows/upstream-integration-test.yml index 053aaf5..baa5e0a 100644 --- a/.github/workflows/upstream-integration-test.yml +++ b/.github/workflows/upstream-integration-test.yml @@ -64,7 +64,7 @@ jobs: upstream-integration-test: name: "Edge Network (server) integration test" needs: setup-job - uses: adobe/aepsdk-commons/.github/workflows/android-custom-command-build-and-test.yml@gha-android-3.3.0 + uses: adobe/aepsdk-commons/.github/workflows/android-custom-command-build-and-test.yml@gha-android-3.3.1 with: android-api-levels: '[29]' command: make upstream-integration-test TAGS_MOBILE_PROPERTY_ID=${{ github.event.inputs.tags-mobile-property-id }} EDGE_LOCATION_HINT=${{ github.event.inputs.edge-location-hint }}