File tree Expand file tree Collapse file tree 4 files changed +44
-43
lines changed Expand file tree Collapse file tree 4 files changed +44
-43
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ jobs:
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919 with :
2020 ref : ${{ github.event.pull_request.head.ref }}
2121 - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
22- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
22+ - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2323 with :
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@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
2828 id : generator
2929 with :
3030 github-token : ${{secrets.GITHUB_TOKEN}}
3636 with :
3737 app-id : ${{ vars.BOT_APPID }}
3838 private-key : ${{ secrets.BOT_SECRET }}
39- - uses : stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6
39+ - uses : stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7
4040 with :
4141 commit_user_email : 168325803+astrolicious[bot]@users.noreply.github.com
4242 commit_user_name : astrolicious[bot]
Original file line number Diff line number Diff line change 2121 app-id : ${{ vars.BOT_APPID }}
2222 private-key : ${{ secrets.BOT_SECRET }}
2323
24- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2525 with :
2626 token : ${{ steps.app-token.outputs.token }}
2727 ref : ${{ github.head_ref }}
3030 uses : pnpm/action-setup@v3
3131
3232 - name : Setup Node
33- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
33+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3434 with :
3535 node-version-file : " .nvmrc"
3636 cache : " pnpm"
4242 run : pnpm run format
4343
4444 - name : Commit changes
45- uses : stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6
45+ uses : stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7
4646 with :
4747 commit_message : " [ci] lint"
4848 branch : ${{ github.head_ref }}
Original file line number Diff line number Diff line change 2828 "devDependencies" : {
2929 "@biomejs/biome" : " 2.0.6" ,
3030 "@types/mdast" : " 4.0.4" ,
31- "@types/node" : " 22.16.0 " ,
31+ "@types/node" : " 24.9.1 " ,
3232 "@types/semver" : " 7.7.0" ,
3333 "mdast-util-mdx" : " 3.0.0" ,
3434 "mdast-util-to-markdown" : " 2.1.2" ,
You can’t perform that action at this time.
0 commit comments