File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3636 echo "EOF" >> $GITHUB_OUTPUT
3737 - name : Create the release
3838 if : steps.changelog.outputs.changelog_content != ''
39- uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
39+ uses : softprops/action-gh-release@1853d73993c8ca1b2c9c1a7fede39682d0ab5c2a # v2.5.3
4040 with :
4141 name : ${{ github.ref_name }}
4242 body : ' ${{ steps.changelog.outputs.changelog_content }}'
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 - name : Checkout the repository
1414 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515 - name : Install pnpm
16- uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
16+ uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4 .0
1717 with :
1818 version : 10
1919 - name : Install Node.js
20- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
20+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
2121 with :
2222 node-version : 24
2323 cache : pnpm
You can’t perform that action at this time.
0 commit comments