Skip to content

Commit f027097

Browse files
authored
Merge pull request #1136 from Romanitho/dependabot/github_actions/develop/ncipollo/release-action-1.21.0
Bump ncipollo/release-action from 1.20.0 to 1.21.0
2 parents 37756d5 + 54aa3cb commit f027097

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/GitFlow_Make-Release-and-Sync-to-Dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
116116
# Step 4: Create stable GitHub release with all artifacts
117117
- name: Create release
118-
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
118+
uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21.0
119119
with:
120120
tag: v${{ steps.release_version.outputs.NextSemVer }}
121121
prerelease: false # This is a stable release

.github/workflows/GitFlow_Nightly-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
230230
# Step 6: Create GitHub release with all artifacts
231231
- name: Create release
232-
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
232+
uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21.0
233233
if: steps.check_prs.outputs.BUILD_NEEDED == 'true'
234234
with:
235235
tag: v${{ steps.format_version.outputs.NextSemVer }}

0 commit comments

Comments
 (0)