From c98aa8aa28cca5d8dd9d2a85c4cfb04eb9d816b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:22:38 +0000 Subject: [PATCH] build(deps): bump wzieba/Firebase-Distribution-Github-Action Bumps [wzieba/Firebase-Distribution-Github-Action](https://github.com/wzieba/firebase-distribution-github-action) from 1.4.0 to 1.7.0. - [Release notes](https://github.com/wzieba/firebase-distribution-github-action/releases) - [Commits](https://github.com/wzieba/firebase-distribution-github-action/compare/55ea7b794b97be119d68165453207a1de5cea16d...a41b2f7ab3f7c2631b6a73fb2f660b517cef45a9) --- updated-dependencies: - dependency-name: wzieba/Firebase-Distribution-Github-Action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/master.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 8b85842..e17e7ec 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -152,14 +152,14 @@ jobs: path: app/build/outputs/bundle/release - name: Upload signed APK to Firebase App Distribution - uses: wzieba/Firebase-Distribution-Github-Action@55ea7b794b97be119d68165453207a1de5cea16d + uses: wzieba/Firebase-Distribution-Github-Action@a41b2f7ab3f7c2631b6a73fb2f660b517cef45a9 with: appId: ${{ secrets.FIREBASE_APP_ID }} token: ${{ secrets.FIREBASE_TOKEN }} file: app/build/outputs/apk/release/bisq-release-signed.apk - name: Upload signed AAB to Firebase App Distribution - uses: wzieba/Firebase-Distribution-Github-Action@55ea7b794b97be119d68165453207a1de5cea16d + uses: wzieba/Firebase-Distribution-Github-Action@a41b2f7ab3f7c2631b6a73fb2f660b517cef45a9 with: appId: ${{ secrets.FIREBASE_APP_ID }} token: ${{ secrets.FIREBASE_TOKEN }}