From 0f136884d0e67b43e09e2ff5bfe970e2fe226bf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 00:16:44 +0000 Subject: [PATCH] chore(deps): Bump ncipollo/release-action Bumps the github-actions-dependencies group with 1 update: [ncipollo/release-action](https://github.com/ncipollo/release-action). Updates `ncipollo/release-action` from 1.18.0 to 1.20.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.18.0...v1.20.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 25573634..bee5a330 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -77,7 +77,7 @@ jobs: echo changes=$changelog >> $GITHUB_OUTPUT - if: "contains(github.event.head_commit.message, 'chore(release)')" name: Create GitHub release - uses: ncipollo/release-action@v1.18.0 + uses: ncipollo/release-action@v1.20.0 env: token: ${{ secrets.GITHUB_TOKEN }} with: