File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 - run : |
111111 sed "/^## Unreleased/,/^## / ! d" CHANGELOG.md | head -n -2 | tail -n +3 > .cache/release-notes
112112 if: ${{ matrix.vscode_arch == 'x64' }}
113- - uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
113+ - uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
114114 if : ${{ matrix.vscode_arch == 'x64' }}
115115 with :
116116 draft : true
@@ -123,7 +123,7 @@ jobs:
123123 # Platform-specific release.
124124 - run : KEEP_MODULES=1 npm run release
125125 - run : npm run package
126- - uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
126+ - uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
127127 with :
128128 draft : true
129129 discussion_category_name : " 📣 Announcements"
@@ -189,7 +189,7 @@ jobs:
189189 - run : npm run test:native
190190
191191 - run : npm run package
192- - uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
192+ - uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
193193 with :
194194 draft : true
195195 discussion_category_name : " 📣 Announcements"
You can’t perform that action at this time.
0 commit comments