From 50034c5f032e4ff40e9b1288a0e78bac53b280a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:18:54 +0000 Subject: [PATCH] build(deps): bump tj-actions/cargo-bump from 2 to 3 Bumps [tj-actions/cargo-bump](https://github.com/tj-actions/cargo-bump) from 2 to 3. - [Release notes](https://github.com/tj-actions/cargo-bump/releases) - [Changelog](https://github.com/tj-actions/cargo-bump/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/cargo-bump/compare/v2...v3) --- updated-dependencies: - dependency-name: tj-actions/cargo-bump dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bump.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump.yaml b/.github/workflows/bump.yaml index d0631d0..a2f1c42 100644 --- a/.github/workflows/bump.yaml +++ b/.github/workflows/bump.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - id: bump - uses: tj-actions/cargo-bump@v2 + uses: tj-actions/cargo-bump@v3 - uses: peter-evans/create-pull-request@v6 with: