Skip to content

Commit

Permalink
Update to 0.3.117 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni authored Feb 8, 2025
1 parent 2693871 commit ab7cf99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ inputs:
description: "Deprecated. Use `manifest_path` instead."
required: false
version:
description: "Release-plz version to use. (Default: `0.3.116`)."
default: "0.3.116"
description: "Release-plz version to use. (Default: `0.3.117`)."
default: "0.3.117"
required: false
token:
description: "Token used to publish to the cargo registry"
Expand Down Expand Up @@ -57,7 +57,7 @@ runs:
- name: Install binaries
uses: taiki-e/install-action@v2
with:
tool: cargo-semver-checks@0.38, release-plz@${{ inputs.version }}
tool: cargo-semver-checks@0.39, release-plz@${{ inputs.version }}
- name: Configure git user from GitHub token
uses: MarcoIeni/[email protected]
- name: Run release-plz
Expand Down

0 comments on commit ab7cf99

Please sign in to comment.