From bd2f30712d6fc91acca38b74f02060bc83e25bba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 20:14:42 +0000 Subject: [PATCH 1/2] Bump ncipollo/release-action from 1.15.0 to 1.16.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From f956f792283dedd989e6f572b880ba0b18ca5f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 20:14:54 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/565.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/565.misc.rst 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.