Skip to content

Commit 462ed1b

Browse files
Update GitHub Action Versions (#244)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6aea7e1 commit 462ed1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/android-release_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
buildToolsVersion: 35.0.0
5555

5656
- name: Release to GitHub - WithInternet
57-
uses: svenstaro/upload-release-action@2.9.0
57+
uses: svenstaro/upload-release-action@2.11.1
5858
with:
5959
repo_token: ${{ secrets.GITHUB_TOKEN }}
6060
file: ${{steps.sign_app_withInternet.outputs.signedFile}}
@@ -75,7 +75,7 @@ jobs:
7575
buildToolsVersion: 35.0.0
7676

7777
- name: Release to GitHub - WithoutInternet
78-
uses: svenstaro/upload-release-action@2.9.0
78+
uses: svenstaro/upload-release-action@2.11.1
7979
with:
8080
repo_token: ${{ secrets.GITHUB_TOKEN }}
8181
file: ${{steps.sign_app_withoutInternet.outputs.signedFile}}

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
shell: bash
110110

111111
- name: Create and Upload Release
112-
uses: softprops/action-gh-release@v2.2.2
112+
uses: softprops/action-gh-release@v2.3.2
113113
with:
114114
tag_name: nightly
115115
name: Nightly Release ${{ env.version }}

0 commit comments

Comments
 (0)