Skip to content

Commit 2cd9fbe

Browse files
Bump ncipollo/release-action from 1.16.0 to 1.18.0
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.16.0 to 1.18.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@440c8c1...bcfe547) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de34b54 commit 2cd9fbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
113113
# Step 4: Create stable GitHub release with all artifacts
114114
- name: Create release
115-
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
115+
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
116116
with:
117117
tag: v${{ steps.release_version.outputs.NextSemVer }}
118118
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
@@ -155,7 +155,7 @@ jobs:
155155
156156
# Step 6: Create GitHub release with all artifacts
157157
- name: Create release
158-
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
158+
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
159159
if: steps.check_prs.outputs.BUILD_NEEDED == 'true'
160160
with:
161161
tag: v${{ steps.format_version.outputs.NextSemVer }}

0 commit comments

Comments
 (0)