File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout the repository
15- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
15+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1616 - name : Extract the changelog
1717 id : changelog
1818 run : |
3636 echo "EOF" >> $GITHUB_OUTPUT
3737 - name : Create the release
3838 if : steps.changelog.outputs.changelog_content != ''
39- uses : softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
39+ uses : softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
4040 with :
4141 name : ${{ github.ref_name }}
4242 body : ' ${{ steps.changelog.outputs.changelog_content }}'
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout the repository
15- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
15+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1616 - name : Install pnpm
1717 uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
1818 with :
4242 name : Node.js ${{ matrix.node-version }} Quick
4343 steps :
4444 - name : Checkout the repository
45- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
45+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4646 - name : Install pnpm
4747 uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
4848 with :
6868 name : Node.js ${{ matrix.node-version }} Quick
6969 steps :
7070 - name : Checkout the repository
71- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
71+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
7272 - name : Install pnpm
7373 uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
7474 with :
Original file line number Diff line number Diff line change 4444 },
4545 "bin" : " cli.js" ,
4646 "devDependencies" : {
47- "@logux/eslint-config" : " ^56.1 .0" ,
48- "actions-up" : " ^1.4.2 " ,
49- "browserslist" : " ^4.26.3 " ,
47+ "@logux/eslint-config" : " ^57.0 .0" ,
48+ "actions-up" : " ^1.5.0 " ,
49+ "browserslist" : " ^4.28.0 " ,
5050 "c8" : " ^10.1.3" ,
51- "clean-publish" : " ^6.0.0 " ,
52- "eslint" : " ^9.38.0 " ,
51+ "clean-publish" : " ^6.0.1 " ,
52+ "eslint" : " ^9.39.1 " ,
5353 "fs-extra" : " ^11.3.2" ,
5454 "multiocular" : " ^0.8.1" ,
55- "nanoid" : " ^3.3.8 " ,
55+ "nanoid" : " ^3.3.11 " ,
5656 "uvu" : " ^0.5.6"
5757 },
5858 "clean-publish" : {
You can’t perform that action at this time.
0 commit comments