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/nightly.yml b/.github/workflows/nightly.yml index b6ee87a1..dec8d964 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -103,7 +103,7 @@ jobs: - name: Create nightly release id: create_release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: body: | ${{ env.RELEASE_NOTES }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6ef2f4f8..0dc6b6dc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -143,7 +143,7 @@ jobs: - name: Create Release id: create_release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: body: | ${{ env.RELEASE_NOTES }} @@ -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 }}