File tree Expand file tree Collapse file tree 4 files changed +511
-266
lines changed
Expand file tree Collapse file tree 4 files changed +511
-266
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@v4
15+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.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@v2
39+ uses : softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
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@v4
15+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616 - name : Install pnpm
17- uses : pnpm/action-setup@v4
17+ uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
1818 with :
1919 version : 10
2020 - name : Install Node.js
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.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@v4
39+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4040 - name : Install pnpm
41- uses : pnpm/action-setup@v4
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@v4
45+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
4646 with :
4747 node-version : ${{ matrix.node-version }}
4848 cache : pnpm
Original file line number Diff line number Diff line change 3535 "postcss" : " ^8.2.14"
3636 },
3737 "dependencies" : {
38- "postcss-js" : " ^4 .0.1" ,
38+ "postcss-js" : " ^5 .0.1" ,
3939 "postcss-simple-vars" : " ^7.0.1" ,
40- "sugarss" : " ^5.0.0 " ,
41- "tinyglobby" : " ^0.2.14 "
40+ "sugarss" : " ^5.0.1 " ,
41+ "tinyglobby" : " ^0.2.15 "
4242 },
4343 "devDependencies" : {
44- "@logux/eslint-config" : " ^56.0.0" ,
44+ "@logux/eslint-config" : " ^56.1.0" ,
45+ "actions-up" : " ^1.4.1" ,
4546 "c8" : " ^10.1.3" ,
4647 "clean-publish" : " ^5.2.2" ,
47- "eslint" : " ^9.32.0" ,
48+ "eslint" : " ^9.37.0" ,
49+ "multiocular" : " ^0.8.1" ,
4850 "postcss" : " ^8.5.6"
4951 },
5052 "prettier" : {
You can’t perform that action at this time.
0 commit comments