From c49072c5652a20d8717ac9f03410f652751ced7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:15:52 +0000 Subject: [PATCH] build(deps): bump cargo-bins/release-pr from 2.1.2 to 2.1.3 (#1788) Bumps [cargo-bins/release-pr](https://github.com/cargo-bins/release-pr) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/cargo-bins/release-pr/releases) - [Commits](https://github.com/cargo-bins/release-pr/compare/v2.1.2...v2.1.3) --- updated-dependencies: - dependency-name: cargo-bins/release-pr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index dd8ec5ca..e51104c5 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -48,7 +48,7 @@ jobs: tool: cargo-release,cargo-semver-checks - run: rustup toolchain install stable --no-self-update --profile minimal - - uses: cargo-bins/release-pr@v2.1.2 + - uses: cargo-bins/release-pr@v2.1.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} version: ${{ inputs.version }}