Skip to content

Commit

Permalink
Update to 0.3.103 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni authored Oct 18, 2024
1 parent 45f2f8b commit 394e0e4
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.102`)."
default: "0.3.102"
description: "Release-plz version to use. (Default: `0.3.103`)."
default: "0.3.103"
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.35, release-plz@${{ inputs.version }}
tool: cargo-semver-checks@0.36, 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 394e0e4

Please sign in to comment.