Skip to content

Commit e3ecd5d

Browse files
authored
Merge branch 'main' into v2/feature/img-async
2 parents 144c33c + 93d17df commit e3ecd5d

3 files changed

Lines changed: 33 additions & 33 deletions

File tree

.github/workflows/pr-first-response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pull-requests: write
1313
steps:
1414
- name: Fetch random comment 🗣️ and add it to the PR
15-
uses: actions/github-script@v8
15+
uses: actions/github-script@v9
1616
with:
1717
script: |
1818
const response = await fetch('https://collaboratorsv2.euwest01.umbraco.io/umbraco/api/comments/PostComment', {

package-lock.json

Lines changed: 31 additions & 31 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
@@ -130,7 +130,7 @@
130130
"tsc-files": "1.1.4",
131131
"typescript": "5.9.3",
132132
"typescript-eslint": "8.56.1",
133-
"vite": "7.3.1",
133+
"vite": "7.3.2",
134134
"vitest": "^4.0.18",
135135
"vitest-browser-lit": "^1.0.1",
136136
"web-component-analyzer": "2.0.0"

0 commit comments

Comments
 (0)