Skip to content

Commit 73db7d3

Browse files
committed
chore: update deps
1 parent d70e76e commit 73db7d3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/scheduler.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Scheduler
22

3+
permissions:
4+
contents: write
5+
36
on:
47
workflow_dispatch:
58
schedule:
@@ -27,7 +30,7 @@ jobs:
2730
SPONSORKIT_OPENCOLLECTIVE_SLUG: antfu
2831

2932
- name: Commit
30-
uses: EndBug/add-and-commit@v5
33+
uses: EndBug/add-and-commit@v9
3134
with:
3235
message: "chore: update sponsors.svg"
3336
add: "sponsors.*"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"type": "module",
3-
"packageManager": "pnpm@9.4.0",
3+
"packageManager": "pnpm@9.12.3",
44
"scripts": {
55
"build": "sponsorkit"
66
},
77
"devDependencies": {
8-
"@types/node": "^20.14.9",
9-
"sponsorkit": "^0.14.6"
8+
"@types/node": "^22.8.6",
9+
"sponsorkit": "^0.15.5"
1010
}
1111
}

0 commit comments

Comments
 (0)