diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 723e5dbd..fb4256bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: test $(python -c "from rubicon.objc import __version__; print(__version__)") = $VERSION - name: Create Release - uses: ncipollo/release-action@v1.15.0 + uses: ncipollo/release-action@v1.16.0 with: name: ${{ env.VERSION }} draft: true diff --git a/changes/565.misc.rst b/changes/565.misc.rst new file mode 100644 index 00000000..ef2741f5 --- /dev/null +++ b/changes/565.misc.rst @@ -0,0 +1 @@ +Updated ncipollo/release-action from 1.15.0 to 1.16.0.