Skip to content

Commit e725aa7

Browse files
chore(deps): Bump ncipollo/release-action from 1.14.0 to 1.16.0
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.16.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.14.0...v1.16.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e7baf4 commit e725aa7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy_foss_to_github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
# 4
5757
- name: Draft Release
58-
uses: ncipollo/release-action@v1.14.0
58+
uses: ncipollo/release-action@v1.16.0
5959
with:
6060
allowUpdates: true
6161
artifacts: "app/build/outputs/apk/**/**/**/*.apk,app/build/outputs/mapping/**/**/*.txt"

.github/workflows/deploy_foss_to_github_pre_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
# 4
5757
- name: Draft Release
58-
uses: ncipollo/release-action@v1.14.0
58+
uses: ncipollo/release-action@v1.16.0
5959
with:
6060
allowUpdates: true
6161
artifacts: "app/build/outputs/apk/**/**/**/*.apk,app/build/outputs/mapping/**/**/*.txt"

.github/workflows/deploy_play_to_github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
# 4
5151
- name: Draft Release
52-
uses: ncipollo/release-action@v1.14.0
52+
uses: ncipollo/release-action@v1.16.0
5353
with:
5454
allowUpdates: true
5555
artifacts: "app/build/outputs/apk/**/**/**/*.apk,app/build/outputs/mapping/**/**/*.txt"

.github/workflows/deploy_play_to_github_pre_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
# 4
5151
- name: Draft Release
52-
uses: ncipollo/release-action@v1.14.0
52+
uses: ncipollo/release-action@v1.16.0
5353
with:
5454
allowUpdates: true
5555
artifacts: "app/build/outputs/apk/**/**/**/*.apk,app/build/outputs/mapping/**/**/*.txt"

0 commit comments

Comments
 (0)