File tree Expand file tree Collapse file tree 4 files changed +285
-370
lines changed
Expand file tree Collapse file tree 4 files changed +285
-370
lines changed 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
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@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
39+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
4040 with :
4141 name : ${{ github.ref_name }}
4242 body : ' ${{ steps.changelog.outputs.changelog_content }}'
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout the repository
15- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
15+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
1616 - name : Install pnpm
17- uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
17+ uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
1818 with :
1919 version : 10
2020 - name : Install Node.js
21- uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
21+ uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
2222 with :
2323 node-version : 24
2424 cache : pnpm
@@ -36,13 +36,13 @@ jobs:
3636 name : Node.js ${{ matrix.node-version }} Quick
3737 steps :
3838 - name : Checkout the repository
39- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
39+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4040 - name : Install pnpm
41- uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
41+ uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
4242 with :
4343 version : 10
4444 - name : Install Node.js ${{ matrix.node-version }}
45- uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
45+ uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
4646 with :
4747 node-version : ${{ matrix.node-version }}
4848 cache : pnpm
Original file line number Diff line number Diff line change 5252 "camelcase-css" : " ^2.0.1"
5353 },
5454 "devDependencies" : {
55- "@logux/eslint-config" : " ^56.1 .0" ,
56- "actions-up" : " ^1.4.1 " ,
55+ "@logux/eslint-config" : " ^57.0 .0" ,
56+ "actions-up" : " ^1.7.0 " ,
5757 "c8" : " ^10.1.3" ,
58- "clean-publish" : " ^5.2.2 " ,
59- "eslint" : " ^9.36.0 " ,
58+ "clean-publish" : " ^6.0.1 " ,
59+ "eslint" : " ^9.39.1 " ,
6060 "eslint-config-standard" : " ^17.1.0" ,
6161 "eslint-plugin-import" : " ^2.32.0" ,
6262 "eslint-plugin-n" : " ^17.23.1" ,
6363 "eslint-plugin-node-import" : " ^1.0.5" ,
64- "eslint-plugin-perfectionist" : " ^4.15.0 " ,
64+ "eslint-plugin-perfectionist" : " ^4.15.1 " ,
6565 "eslint-plugin-prefer-let" : " ^4.0.0" ,
6666 "eslint-plugin-promise" : " ^7.2.1" ,
6767 "postcss" : " ^8.5.6" ,
You can’t perform that action at this time.
0 commit comments