ソースを参照

CI: Update softprops/action-gh-release to v2.0.4

This is the last remaining action in this repo that was still using
node16. Updating should remove the associated warnings.
Ryan Foster 1 年間 前
コミット
c314e604c0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/push.yaml

+ 1 - 1
.github/workflows/push.yaml

@@ -106,7 +106,7 @@ jobs:
       - name: Create Release 🛫
         if: fromJSON(steps.check.outputs.validTag)
         id: create_release
-        uses: softprops/action-gh-release@d4e8205d7e959a9107da6396278b2f1f07af0f9b
+        uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564
         with:
           draft: true
           prerelease: ${{ fromJSON(steps.check.outputs.prerelease) }}