From ca0424b262c9ccd0e326b33442ae5cdb1164dfb2 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Tue, 19 Nov 2024 15:21:05 +0200 Subject: [PATCH 1/4] check-semver: Update toolchain version to nightly 1.81 Signed-off-by: Alexandru Vasile --- .github/workflows/check-semver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-semver.yml b/.github/workflows/check-semver.yml index 78602410cdf6..e0d43e87d93a 100644 --- a/.github/workflows/check-semver.yml +++ b/.github/workflows/check-semver.yml @@ -11,7 +11,7 @@ concurrency: cancel-in-progress: true env: - TOOLCHAIN: nightly-2024-06-01 + TOOLCHAIN: nightly-2024-10-19 jobs: preflight: From a905d3600a0bef92cebfdc3406cf42b66c8851b4 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Tue, 19 Nov 2024 15:21:36 +0200 Subject: [PATCH 2/4] check-semver: Update parity-publish to 0.9 Signed-off-by: Alexandru Vasile --- .github/workflows/check-semver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-semver.yml b/.github/workflows/check-semver.yml index e0d43e87d93a..ad07c696a64e 100644 --- a/.github/workflows/check-semver.yml +++ b/.github/workflows/check-semver.yml @@ -74,7 +74,7 @@ jobs: - name: install parity-publish # Set the target dir to cache the build. - run: CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.8.0 --locked -q + run: CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.9.0 --locked -q - name: check semver run: | From 917b895088e2fd4b96b2ce169a766a124c7b2faa Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Wed, 20 Nov 2024 11:19:23 +0200 Subject: [PATCH 3/4] Update parity-publish to 0.10 Signed-off-by: Alexandru Vasile --- .github/workflows/check-semver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-semver.yml b/.github/workflows/check-semver.yml index ad07c696a64e..78b29125072d 100644 --- a/.github/workflows/check-semver.yml +++ b/.github/workflows/check-semver.yml @@ -74,7 +74,7 @@ jobs: - name: install parity-publish # Set the target dir to cache the build. - run: CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.9.0 --locked -q + run: CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.10.0 --locked -q - name: check semver run: | From a9606ae4759453e7b68119c7645dcef6baa4328d Mon Sep 17 00:00:00 2001 From: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:57:05 +0200 Subject: [PATCH 4/4] ci: Update to parity-publish 0.10.1 --- .github/workflows/check-semver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-semver.yml b/.github/workflows/check-semver.yml index 78b29125072d..8d77b6a31b75 100644 --- a/.github/workflows/check-semver.yml +++ b/.github/workflows/check-semver.yml @@ -74,7 +74,7 @@ jobs: - name: install parity-publish # Set the target dir to cache the build. - run: CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.10.0 --locked -q + run: CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.10.1 --locked -q - name: check semver run: |