From a67c987db43010d81f6568ac15f31df7639066e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 19:05:48 +0000 Subject: [PATCH] github-actions(deps): bump ncipollo/release-action from 1.16.0 to 1.18.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.16.0 to 1.18.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/440c8c1cb0ed28b9f43e4d1d670870f059653174...bcfe5470707e8832e12347755757cec0eb3c22af) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push_main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_main.yml b/.github/workflows/push_main.yml index c8f658dcc1..cb1f4bc587 100644 --- a/.github/workflows/push_main.yml +++ b/.github/workflows/push_main.yml @@ -148,7 +148,7 @@ jobs: git tag $RELEASED_VERSION git push origin $RELEASED_VERSION - name: Create Release - uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 + uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af if: success() with: token: ${{ secrets.GITHUB_TOKEN }}