From 6235ce5bcf7d040ffa0150ed60615f315e748660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:15:04 -0600 Subject: [PATCH] Bump akiojin/decode-base64-github-action from 1.0.0 to 1.0.2 (#12) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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