Skip to content
Snippets Groups Projects
Unverified Commit 64abc745 authored by Giuseppe Re's avatar Giuseppe Re Committed by GitHub
Browse files

Update `parity-publish` to v0.10.4 (#7193)

The changes from v0.10.3 are only related to dependencies version. This
should fix some failing CIs.

This PR also updates the Rust cache version in CI.
parent be2404cc
Branches
No related merge requests found
Pipeline #512168 waiting for manual action with stages
in 1 hour, 17 minutes, and 21 seconds
...@@ -81,7 +81,7 @@ jobs: ...@@ -81,7 +81,7 @@ jobs:
- name: install parity-publish - name: install parity-publish
if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-silent') }} if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-silent') }}
# Set the target dir to cache the build. # Set the target dir to cache the build.
run: CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.10.3 --locked -q run: CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.10.4 --locked -q
- name: check semver - name: check semver
if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-silent') }} if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-silent') }}
......
...@@ -26,12 +26,14 @@ jobs: ...@@ -26,12 +26,14 @@ jobs:
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7 - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7
- name: Rust Cache - name: Rust Cache
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
with: with:
cache-on-failure: true cache-on-failure: true
- name: install parity-publish - name: install parity-publish
run: cargo install parity-publish@0.10.3 --locked -q run: |
rustup override set 1.82.0
cargo install parity-publish@0.10.4 --locked -q
- name: parity-publish update plan - name: parity-publish update plan
run: parity-publish --color always plan --skip-check --prdoc prdoc/ run: parity-publish --color always plan --skip-check --prdoc prdoc/
......
...@@ -19,12 +19,12 @@ jobs: ...@@ -19,12 +19,12 @@ jobs:
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7 - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7
- name: Rust Cache - name: Rust Cache
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
with: with:
cache-on-failure: true cache-on-failure: true
- name: install parity-publish - name: install parity-publish
run: cargo install parity-publish@0.10.3 --locked -q run: cargo install parity-publish@0.10.4 --locked -q
- name: parity-publish check - name: parity-publish check
run: parity-publish --color always check --allow-unpublished run: parity-publish --color always check --allow-unpublished
...@@ -13,12 +13,12 @@ jobs: ...@@ -13,12 +13,12 @@ jobs:
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7 - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7
- name: Rust Cache - name: Rust Cache
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
with: with:
cache-on-failure: true cache-on-failure: true
- name: install parity-publish - name: install parity-publish
run: cargo install parity-publish@0.10.3 --locked -q run: cargo install parity-publish@0.10.4 --locked -q
- name: parity-publish claim - name: parity-publish claim
env: env:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment