Skip to content

Commit 2396e6e

Browse files
committed
CI: Update softprops/action-gh-release to v3.0.1
GitHub Actions runs are emitting a warning about node20 because softprops/action-gh-release is outdated. Update to the latest stable release.
1 parent 7cd4e7d commit 2396e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320
- name: Create Release 🛫
321321
if: fromJSON(steps.check.outputs.validTag)
322322
id: create_release
323-
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191
323+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
324324
with:
325325
draft: true
326326
prerelease: ${{ fromJSON(steps.check.outputs.prerelease) }}

0 commit comments

Comments
 (0)