From daef03cba9b785633b1982a428dd81461e6d7696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 03:02:34 +0000 Subject: [PATCH] build(deps): bump softprops/action-gh-release from 3.0.0 to 3.0.1 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/b4309332981a82ec1c5618f44dd2e27cc8bfbfda...718ea10b132b3b2eba29c1007bb80653f286566b) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-prometheus-process.yml | 2 +- .github/workflows/release-prometheus-tokio.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-prometheus-process.yml b/.github/workflows/release-prometheus-process.yml index 407648a..30147fe 100644 --- a/.github/workflows/release-prometheus-process.yml +++ b/.github/workflows/release-prometheus-process.yml @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-24.04 steps: - if: needs.meta.outputs.mode == 'release' - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b with: name: kubert-prometheus-process ${{ needs.meta.outputs.version }} generate_release_notes: false diff --git a/.github/workflows/release-prometheus-tokio.yml b/.github/workflows/release-prometheus-tokio.yml index e88b695..000c986 100644 --- a/.github/workflows/release-prometheus-tokio.yml +++ b/.github/workflows/release-prometheus-tokio.yml @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-24.04 steps: - if: needs.meta.outputs.mode == 'release' - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b with: name: kubert-prometheus-tokio ${{ needs.meta.outputs.version }} generate_release_notes: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d09d09..d08e30e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-24.04 steps: - if: needs.meta.outputs.mode == 'release' - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b with: name: kubert ${{ needs.meta.outputs.version }} generate_release_notes: true