File tree Expand file tree Collapse file tree 5 files changed +348
-322
lines changed Expand file tree Collapse file tree 5 files changed +348
-322
lines changed Original file line number Diff line number Diff line change 1515 if : github.repository_owner == 'astrolicious'
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1919 with :
2020 ref : ${{ github.event.pull_request.head.ref }}
2121 - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
@@ -24,14 +24,14 @@ jobs:
2424 node-version-file : " .nvmrc"
2525 cache : " pnpm"
2626 - run : pnpm i --frozen-lockfile
27- - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
27+ - uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
2828 id : generator
2929 with :
3030 github-token : ${{secrets.GITHUB_TOKEN}}
3131 script : |
3232 const { default: script } = await import('${{ github.workspace }}/.github/scripts/mdx.js')
3333 await script({github, context, core})
34- - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
34+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
3535 id : app-token
3636 with :
3737 app-id : ${{ vars.BOT_APPID }}
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 contents : write
1616
1717 steps :
18- - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
18+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
1919 id : app-token
2020 with :
2121 app-id : ${{ vars.BOT_APPID }}
2222 private-key : ${{ secrets.BOT_SECRET }}
2323
24- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2525 with :
2626 token : ${{ steps.app-token.outputs.token }}
2727 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 33 "type" : " module" ,
44 "private" : true ,
55 "version" : " 0.0.0" ,
6- "packageManager" : " pnpm@10.12.4 " ,
6+ "packageManager" : " pnpm@10.17.0 " ,
77 "scripts" : {
88 "dev" : " astro dev" ,
99 "start" : " astro dev" ,
2121 "@astrojs/starlight" : " 0.34.8" ,
2222 "astro" : " 5.11.1" ,
2323 "semver" : " 7.7.2" ,
24- "sharp" : " 0.34.2 " ,
24+ "sharp" : " 0.34.4 " ,
2525 "starlight-package-managers" : " 0.11.0" ,
26- "typescript" : " 5.8.3 "
26+ "typescript" : " 5.9.2 "
2727 },
2828 "devDependencies" : {
29- "@biomejs/biome" : " 2.0.6 " ,
29+ "@biomejs/biome" : " 2.2.4 " ,
3030 "@types/mdast" : " 4.0.4" ,
31- "@types/node" : " 22.16.0 " ,
32- "@types/semver" : " 7.7.0 " ,
31+ "@types/node" : " 22.18.6 " ,
32+ "@types/semver" : " 7.7.1 " ,
3333 "mdast-util-mdx" : " 3.0.0" ,
3434 "mdast-util-to-markdown" : " 2.1.2" ,
3535 "prettier" : " 3.6.2" ,
3636 "prettier-plugin-astro" : " 0.14.1" ,
37- "wrangler" : " 4.23 .0"
37+ "wrangler" : " 4.38 .0"
3838 }
3939}
You can’t perform that action at this time.
0 commit comments