Skip to content

Commit dce031b

Browse files
authored
Merge pull request #98 from mshdabiola/dependabot/github_actions/ncipollo/release-action-1.16.0
chore(deps): Bump ncipollo/release-action from 1.14.0 to 1.16.0
2 parents bf29c9f + e725aa7 commit dce031b

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)