From 176ce48df7549786d3a5307a09cbca940c1ed9a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:42:25 +0000 Subject: [PATCH 1/2] chore(deps): bump ncipollo/release-action from 1.13.0 to 1.14.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/6c75be85e571768fa31b40abf38de58ba0397db5...2c591bcc8ecdcd2db72b97d6147f871fcd833ba5) --- 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 8ea4a38..2d92e1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: with: name: release-notes path: /tmp - - uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0 + - uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0 with: bodyFile: "${{ steps.release-notes-download.outputs.download-path }}/release-notes.txt" From fbfca6ea53074f9dea83e6a27dcfd923555cccce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 6 Feb 2024 15:42:40 +0000 Subject: [PATCH 2/2] add CHANGELOG for #70 --- .changelog/70.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/70.txt diff --git a/.changelog/70.txt b/.changelog/70.txt new file mode 100644 index 0000000..44d50c5 --- /dev/null +++ b/.changelog/70.txt @@ -0,0 +1,3 @@ +```release-note:dependency +deps: bumps ncipollo/release-action from 1.13.0 to 1.14.0 +```