From 29c2d12a1526b15c1142f01a799fab88fa766436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 20:44:40 +0000 Subject: [PATCH 1/2] Bump ncipollo/release-action from 1.12.0 to 1.13.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.12.0...v1.13.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 78d8f90..88c2cbf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: test $(python -c "from travertino import __version__; print(__version__)") = $VERSION - name: Create release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.13.0 with: name: ${{ env.VERSION }} draft: true From e3d3aa52fe0ec879d139df248a123941977eaee9 Mon Sep 17 00:00:00 2001 From: "Dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 20:45:07 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/89.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/89.misc.rst diff --git a/changes/89.misc.rst b/changes/89.misc.rst new file mode 100644 index 0000000..13e36e2 --- /dev/null +++ b/changes/89.misc.rst @@ -0,0 +1 @@ +Updated ncipollo/release-action from 1.12.0 to 1.13.0.