From b6cdb951b4bcae835bbd27726e30347f2be6de25 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 26 Feb 2024 16:59:57 +0000
Subject: [PATCH] Bump akiojin/decode-base64-github-action from 1.0.0 to 1.0.2

Bumps [akiojin/decode-base64-github-action](https://github.com/akiojin/decode-base64-github-action) from 1.0.0 to 1.0.2.
- [Release notes](https://github.com/akiojin/decode-base64-github-action/releases)
- [Commits](https://github.com/akiojin/decode-base64-github-action/compare/v1.0.0...v1.0.2)

---
updated-dependencies:
- dependency-name: akiojin/decode-base64-github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/pr.yml      | 2 +-
 .github/workflows/release.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index fc6c31d..b4a2383 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -22,7 +22,7 @@ jobs:
         sudo apt install wine64
         echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
     - name: Save Android Debug Keystore
-      uses: akiojin/decode-base64-github-action@v1.0.0
+      uses: akiojin/decode-base64-github-action@v1.0.2
       with:
         base64: ${{ secrets.ANDROID_DEBUG_KEYSTORE }}
         output-path: debug.keystore
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index fac7118..1a5b57f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
         sudo apt install wine64
         echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
     - name: Save Android Debug Keystore
-      uses: akiojin/decode-base64-github-action@v1.0.0
+      uses: akiojin/decode-base64-github-action@v1.0.2
       with:
         base64: ${{ secrets.ANDROID_DEBUG_KEYSTORE }}
         output-path: debug.keystore