From 2d85a3881a18980432d94ecdb0d4d75a5f204fb5 Mon Sep 17 00:00:00 2001
From: Chevdor <chevdor@users.noreply.github.com>
Date: Tue, 10 Jan 2023 16:06:08 +0100
Subject: [PATCH] Update the GHA srtool-actions to the latest version (#6532)

---
 .../.github/workflows/release-30_publish-draft-release.yml     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/polkadot/.github/workflows/release-30_publish-draft-release.yml b/polkadot/.github/workflows/release-30_publish-draft-release.yml
index bdb17fa9fc6..d7b69650aeb 100644
--- a/polkadot/.github/workflows/release-30_publish-draft-release.yml
+++ b/polkadot/.github/workflows/release-30_publish-draft-release.yml
@@ -40,9 +40,8 @@ jobs:
 
       - name: Build ${{ matrix.runtime }} runtime
         id: srtool_build
-        uses: chevdor/srtool-actions@v0.5.0
+        uses: chevdor/srtool-actions@v0.6.0
         with:
-          # This is the default with chevdor/srtool-actions@v0.3.0+ but we make it clear
           image: paritytech/srtool
           chain: ${{ matrix.runtime }}
 
-- 
GitLab