Skip to content

Commit 887ec11

Browse files
chore(deps): bump ncipollo/release-action from 1.15.0 to 1.16.0 (#8594)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.15.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06158c0 commit 887ec11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
echo "IS_RELEASE=true" >> $GITHUB_ENV
9898
9999
- name: Create Draft Release
100-
uses: ncipollo/release-action@v1.15.0
100+
uses: ncipollo/release-action@v1.16.0
101101
if: ${{ github.ref_name == 'release' }}
102102
with:
103103
prerelease: true
@@ -316,7 +316,7 @@ jobs:
316316
histCoveragePath: historical-coverage.json
317317

318318
- name: Create Release
319-
uses: ncipollo/release-action@v1.15.0
319+
uses: ncipollo/release-action@v1.16.0
320320
if: ${{ env.SHOULD_DEPLOY == 'true' }}
321321
with:
322322
allowUpdates: true
@@ -329,7 +329,7 @@ jobs:
329329
token: ${{ secrets.GITHUB_TOKEN }}
330330

331331
- name: Update Baseline Coverage
332-
uses: ncipollo/release-action@v1.15.0
332+
uses: ncipollo/release-action@v1.16.0
333333
if: ${{ github.event.inputs.updateCoverage == 'true' || github.ref_name == 'release' }}
334334
with:
335335
allowUpdates: true

0 commit comments

Comments
 (0)