From 5515d4efcd1bf09bd1fff1bfd3e2fb40c310057a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 00:54:08 +0000 Subject: [PATCH] ci(deps): bump release-plz/action from 0.5.130 to 0.5.131 Bumps [release-plz/action](https://github.com/release-plz/action) from 0.5.130 to 0.5.131. - [Release notes](https://github.com/release-plz/action/releases) - [Commits](https://github.com/release-plz/action/compare/v0.5.130...v0.5.131) --- updated-dependencies: - dependency-name: release-plz/action dependency-version: 0.5.131 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-plz.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index b42bc2f72..f53b3339d 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -36,7 +36,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Create release PR - uses: release-plz/action@v0.5.130 + uses: release-plz/action@v0.5.131 with: command: release-pr config: .release-plz.toml @@ -44,7 +44,7 @@ jobs: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} - name: Create GitHub Release - uses: release-plz/action@v0.5.130 + uses: release-plz/action@v0.5.131 with: command: release config: .release-plz.toml