From 9ce3eac9e1b323cd98ac561e876c9513e3bffaf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 06:42:31 +0800 Subject: [PATCH] Bump ncipollo/release-action from 1.14.0 to 1.15.0 (#2108) Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.14.0...v1.15.0) --- .github/workflows/release.yml | 2 +- changes/2108.misc.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changes/2108.misc.rst diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 389fb9dda..146709e6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: test $(briefcase --version) = $VERSION - name: Create release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 with: name: ${{ env.VERSION }} draft: true diff --git a/changes/2108.misc.rst b/changes/2108.misc.rst new file mode 100644 index 000000000..594995a4b --- /dev/null +++ b/changes/2108.misc.rst @@ -0,0 +1 @@ +Updated ncipollo/release-action from 1.14.0 to 1.15.0.