From 505e42667144a0d962446c26105d6afa0ceb4128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 05:02:45 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [taiki-e/cache-cargo-install-action](https://github.com/taiki-e/cache-cargo-install-action). Updates `softprops/action-gh-release` from 1 to 2 - [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/v1...v2) Updates `taiki-e/cache-cargo-install-action` from 1 to 2 - [Release notes](https://github.com/taiki-e/cache-cargo-install-action/releases) - [Changelog](https://github.com/taiki-e/cache-cargo-install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/cache-cargo-install-action/compare/v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: taiki-e/cache-cargo-install-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release_it.yml | 2 +- .github/workflows/release_pr.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_it.yml b/.github/workflows/release_it.yml index 207bd73..2944715 100644 --- a/.github/workflows/release_it.yml +++ b/.github/workflows/release_it.yml @@ -24,7 +24,7 @@ jobs: # TODO: figure out how this works with workspaces & multiple crates - name: Create release v${{steps.version.outputs.group2}} - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: v${{ steps.version.outputs.group2 }} name: ${{steps.version.outputs.group1}} v${{ steps.version.outputs.group2 }} diff --git a/.github/workflows/release_pr.yml b/.github/workflows/release_pr.yml index 90aa09e..f20500d 100644 --- a/.github/workflows/release_pr.yml +++ b/.github/workflows/release_pr.yml @@ -18,11 +18,11 @@ jobs: - uses: actions/checkout@v4 - uses: chainguard-dev/actions/setup-gitsign@main - name: Install cargo-release - uses: taiki-e/cache-cargo-install-action@v1 + uses: taiki-e/cache-cargo-install-action@v2 with: tool: cargo-release - name: Install cargo-semver-checks - uses: taiki-e/cache-cargo-install-action@v1 + uses: taiki-e/cache-cargo-install-action@v2 with: tool: cargo-semver-checks