From fee2878fa0009c52fd58dddf28a56c5c232957d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 00:43:35 -0400 Subject: [PATCH] chore(deps): bump timheuer/base64-to-file from 1.2 to 2.0 (#1224) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-aab.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-aab.yml b/.github/workflows/build-aab.yml index 605e03d1..bb0dfed3 100644 --- a/.github/workflows/build-aab.yml +++ b/.github/workflows/build-aab.yml @@ -87,7 +87,7 @@ jobs: - name: Decode Keystore id: decode_keystore - uses: timheuer/base64-to-file@v1.2 + uses: timheuer/base64-to-file@v2.0 with: fileName: ${{ env.KEY_STORE_FILE }} fileDir: ${{ env.KEY_STORE_LOCATION }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bcc5bbff..15108dce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,7 +86,7 @@ jobs: run: chmod +x gradlew - name: Decode Keystore id: decode_keystore - uses: timheuer/base64-to-file@v1.2 + uses: timheuer/base64-to-file@v2.0 with: fileName: ${{ env.KEY_STORE_FILE }} fileDir: ${{ env.KEY_STORE_LOCATION }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6ef2f4f8..9206b8df 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -215,7 +215,7 @@ jobs: # in the folder specified in the release signing configuration - name: Decode Keystore id: decode_keystore - uses: timheuer/base64-to-file@v1.2 + uses: timheuer/base64-to-file@v2.0 with: fileName: ${{ env.KEY_STORE_FILE }} fileDir: ${{ env.KEY_STORE_LOCATION }}