File tree Expand file tree Collapse file tree 5 files changed +320
-314
lines changed Expand file tree Collapse file tree 5 files changed +320
-314
lines changed Original file line number Diff line number Diff line change 15
15
if : github.repository_owner == 'astrolicious'
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
19
19
with :
20
20
ref : ${{ github.event.pull_request.head.ref }}
21
21
- uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
31
31
script : |
32
32
const { default: script } = await import('${{ github.workspace }}/.github/scripts/mdx.js')
33
33
await script({github, context, core})
34
- - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
34
+ - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
35
35
id : app-token
36
36
with :
37
37
app-id : ${{ vars.BOT_APPID }}
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
15
15
contents : write
16
16
17
17
steps :
18
- - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
18
+ - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
19
19
id : app-token
20
20
with :
21
21
app-id : ${{ vars.BOT_APPID }}
22
22
private-key : ${{ secrets.BOT_SECRET }}
23
23
24
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
25
25
with :
26
26
token : ${{ steps.app-token.outputs.token }}
27
27
ref : ${{ github.head_ref }}
Original file line number Diff line number Diff line change 1
- 22.16 .0
1
+ 22.19 .0
Original file line number Diff line number Diff line change 3
3
"type" : " module" ,
4
4
"private" : true ,
5
5
"version" : " 0.0.0" ,
6
- "packageManager" : " pnpm@10.12.4 " ,
6
+ "packageManager" : " pnpm@10.15.1 " ,
7
7
"scripts" : {
8
8
"dev" : " astro dev" ,
9
9
"start" : " astro dev" ,
21
21
"@astrojs/starlight" : " 0.34.8" ,
22
22
"astro" : " 5.11.1" ,
23
23
"semver" : " 7.7.2" ,
24
- "sharp" : " 0.34.2 " ,
24
+ "sharp" : " 0.34.3 " ,
25
25
"starlight-package-managers" : " 0.11.0" ,
26
- "typescript" : " 5.8.3 "
26
+ "typescript" : " 5.9.2 "
27
27
},
28
28
"devDependencies" : {
29
- "@biomejs/biome" : " 2.0.6 " ,
29
+ "@biomejs/biome" : " 2.2.2 " ,
30
30
"@types/mdast" : " 4.0.4" ,
31
- "@types/node" : " 22.16 .0" ,
31
+ "@types/node" : " 22.18 .0" ,
32
32
"@types/semver" : " 7.7.0" ,
33
33
"mdast-util-mdx" : " 3.0.0" ,
34
34
"mdast-util-to-markdown" : " 2.1.2" ,
35
35
"prettier" : " 3.6.2" ,
36
36
"prettier-plugin-astro" : " 0.14.1" ,
37
- "wrangler" : " 4.23.0 "
37
+ "wrangler" : " 4.33.2 "
38
38
}
39
39
}
You can’t perform that action at this time.
0 commit comments