Skip to content

Commit

Permalink
Update to 0.3.111 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni authored Dec 7, 2024
1 parent 2d63417 commit db75300
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.110`)."
default: "0.3.110"
description: "Release-plz version to use. (Default: `0.3.111`)."
default: "0.3.111"
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.36, release-plz@${{ inputs.version }}
tool: cargo-semver-checks@0.37, 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 db75300

Please sign in to comment.