Skip to content

Commit

Permalink
Bump akiojin/decode-base64-github-action from 1.0.0 to 1.0.2 (#12)
Browse files Browse the repository at this point in the history
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](akiojin/decode-base64-github-action@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 26, 2024
1 parent ef3d245 commit 6235ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo apt install wine64
echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
- name: Save Android Debug Keystore
uses: akiojin/[email protected].0
uses: akiojin/[email protected].2
with:
base64: ${{ secrets.ANDROID_DEBUG_KEYSTORE }}
output-path: debug.keystore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sudo apt install wine64
echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
- name: Save Android Debug Keystore
uses: akiojin/[email protected].0
uses: akiojin/[email protected].2
with:
base64: ${{ secrets.ANDROID_DEBUG_KEYSTORE }}
output-path: debug.keystore
Expand Down

0 comments on commit 6235ce5

Please sign in to comment.