diff --git a/.github/workflows/stack.yml b/.github/workflows/stack.yml index 948bd4b1..ff1c1654 100644 --- a/.github/workflows/stack.yml +++ b/.github/workflows/stack.yml @@ -129,7 +129,7 @@ jobs: if: >- startsWith(github.ref, 'refs/tags/v') && matrix.ghc == '9.8' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: draft: true prerelease: true @@ -152,7 +152,7 @@ jobs: startsWith(github.ref, 'refs/tags/v') && runner.os == 'Linux' && matrix.ghc == '9.8' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: draft: true prerelease: true @@ -186,7 +186,7 @@ jobs: if: >- startsWith(github.ref, 'refs/tags/v') && runner.os == 'macOS' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: draft: true prerelease: true @@ -210,7 +210,7 @@ jobs: if: >- startsWith(github.ref, 'refs/tags/v') && runner.os == 'Windows' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: draft: true prerelease: true