Skip to content

Commit da0f60e

Browse files
chore(deps): bump softprops/action-gh-release from 2 to 3
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4469e7 commit da0f60e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
# Only run this step, if not called from another workflow. And a previous step is successful with releasedRequired=true
250250
id: release
251251
if: ${{ ! inputs.skip_tagging_and_releases && steps.check-nightly-tag-force-update.outcome == 'success' && env.releaseRequired == 'true' && !inputs.is_PR }}
252-
uses: softprops/action-gh-release@v2
252+
uses: softprops/action-gh-release@v3
253253
env:
254254
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
255255
with:

0 commit comments

Comments
 (0)