From 233d76bff6cf984a626fadb58490a1f9c9c7cf19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:06:50 +0000 Subject: [PATCH] Update tramlinehq/deploy-action action to v0.1.7 --- .github/workflows/android_prod_release.yml | 2 +- .github/workflows/ios_prod_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android_prod_release.yml b/.github/workflows/android_prod_release.yml index 3e00fe3ed..6fc276cae 100644 --- a/.github/workflows/android_prod_release.yml +++ b/.github/workflows/android_prod_release.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Configure Tramline id: tramline - uses: tramlinehq/deploy-action@v0.1.6 + uses: tramlinehq/deploy-action@v0.1.7 with: input: ${{ github.event.inputs.tramline-input }} diff --git a/.github/workflows/ios_prod_release.yml b/.github/workflows/ios_prod_release.yml index 527e99b01..b64e760f8 100644 --- a/.github/workflows/ios_prod_release.yml +++ b/.github/workflows/ios_prod_release.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Configure Tramline id: tramline - uses: tramlinehq/deploy-action@v0.1.6 + uses: tramlinehq/deploy-action@v0.1.7 with: input: ${{ github.event.inputs.tramline-input }}