Skip to content

Commit 3fc6a6e

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/follow-redirects-1.16.0
2 parents 7aaac7a + 8e48828 commit 3fc6a6e

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.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:

package-lock.json

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"cordova": "13.0.0",
156156
"core-js": "^3.47.0",
157157
"dayjs": "^1.11.19",
158-
"dompurify": "^3.3.2",
158+
"dompurify": "^3.4.0",
159159
"escape-string-regexp": "^5.0.0",
160160
"esprima": "^4.0.1",
161161
"filesize": "^11.0.13",

0 commit comments

Comments
 (0)