Skip to content

Commit d94031c

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/dompurify-3.4.0
2 parents b0f7f23 + 9a041e3 commit d94031c

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)