diff --git a/.github/workflows/check-semver.yml b/.github/workflows/check-semver.yml
index 47f9e5061b4aec5be38937351ae072bd58f84f37..f65be00924dee913cd8b19c2a7039865b7b6db06 100644
--- a/.github/workflows/check-semver.yml
+++ b/.github/workflows/check-semver.yml
@@ -6,7 +6,7 @@ on:
     paths:
       - prdoc/*.prdoc
 env:
-  TOOLCHAIN: nightly-2024-03-01
+  TOOLCHAIN: nightly-2024-06-01
 
 jobs:
   check-semver:
@@ -22,7 +22,7 @@ jobs:
           cache-on-failure: true
 
       - name: install parity-publish
-        run: cargo install parity-publish@0.6.0
+        run: cargo install parity-publish@0.7.0
 
       - name: Rust compilation prerequisites
         run: |
diff --git a/.github/workflows/publish-check-crates.yml b/.github/workflows/publish-check-crates.yml
index 33cf9316920048c65c70376557586d905fd7c9a6..92b4d13e9deb289f7b00d7e6fcfad93d524749c7 100644
--- a/.github/workflows/publish-check-crates.yml
+++ b/.github/workflows/publish-check-crates.yml
@@ -20,7 +20,7 @@ jobs:
           cache-on-failure: true
 
       - name: install parity-publish
-        run: cargo install parity-publish@0.6.0
+        run: cargo install parity-publish@0.7.0
 
       - name: parity-publish check
         run: parity-publish --color always check --allow-unpublished
diff --git a/.github/workflows/publish-claim-crates.yml b/.github/workflows/publish-claim-crates.yml
index 08c50638267ba3be596b5b563433fccf28c2652b..b6a84090f729ab5b2333ac1496338e5f5d09d248 100644
--- a/.github/workflows/publish-claim-crates.yml
+++ b/.github/workflows/publish-claim-crates.yml
@@ -18,7 +18,7 @@ jobs:
           cache-on-failure: true
 
       - name: install parity-publish
-        run: cargo install parity-publish@0.6.0
+        run: cargo install parity-publish@0.7.0
 
       - name: parity-publish claim
         env: