git.delta.rocks / unique-network / refs/commits / 0ca6b86a4f85

difftreelog

update version for actions

Konstantin Astakhov2023-04-11parent: #716a919.patch.diff
in: master

5 files changed

modified.github/workflows/forkless-update-data.ymldiffbeforeafterboth
--- a/.github/workflows/forkless-update-data.yml
+++ b/.github/workflows/forkless-update-data.yml
@@ -101,7 +101,7 @@
         run: cat .docker/forkless-config/launch-config-forkless-data.json
 
       - name: Run find-and-replace to remove slashes from branch name
-        uses: mad9000/actions-find-and-replace-string@3
+        uses: mad9000/actions-find-and-replace-string@4
         id: branchname
         with:
           source: ${{ github.head_ref }}
@@ -168,7 +168,7 @@
           echo "BUILD_SHA=${LAST_COMMIT_SHA:0:8}" >> $GITHUB_ENV
 
       - name: Run find-and-replace to remove slashes from branch name
-        uses: mad9000/actions-find-and-replace-string@2
+        uses: mad9000/actions-find-and-replace-string@4
         id: branchname
         with:
           source: ${{ github.head_ref }}
modified.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth
--- a/.github/workflows/forkless-update-nodata.yml
+++ b/.github/workflows/forkless-update-nodata.yml
@@ -107,7 +107,7 @@
         run: cat .docker/forkless-config/launch-config-forkless-nodata.json
 
       - name: Run find-and-replace to remove slashes from branch name
-        uses: mad9000/actions-find-and-replace-string@3
+        uses: mad9000/actions-find-and-replace-string@4
         id: branchname
         with:
           source: ${{ github.head_ref }}
@@ -169,7 +169,7 @@
           echo "BUILD_SHA=${LAST_COMMIT_SHA:0:8}" >> $GITHUB_ENV
 
       - name: Run find-and-replace to remove slashes from branch name
-        uses: mad9000/actions-find-and-replace-string@2
+        uses: mad9000/actions-find-and-replace-string@4
         id: branchname
         with:
           source: ${{ github.head_ref }}
modified.github/workflows/testnet-build.ymldiffbeforeafterboth
--- a/.github/workflows/testnet-build.yml
+++ b/.github/workflows/testnet-build.yml
@@ -95,7 +95,7 @@
         run: cat launch-config.json
 
       - name: Run find-and-replace to remove slashes from branch name
-        uses: mad9000/actions-find-and-replace-string@2
+        uses: mad9000/actions-find-and-replace-string@4
         id: branchname
         with:
           source: ${{ github.head_ref }}
modified.github/workflows/try-runtime.ymldiffbeforeafterboth
89 run: cat .docker/Dockerfile-try-runtime.${{ matrix.network }}.yml89 run: cat .docker/Dockerfile-try-runtime.${{ matrix.network }}.yml
9090
91 - name: Run find-and-replace to remove slashes from branch name91 - name: Run find-and-replace to remove slashes from branch name
92 uses: mad9000/actions-find-and-replace-string@392 uses: mad9000/actions-find-and-replace-string@4
93 id: branchname93 id: branchname
94 with:94 with:
95 source: ${{ github.head_ref }}95 source: ${{ github.head_ref }}
151 echo "BUILD_SHA=${LAST_COMMIT_SHA:0:8}" >> $GITHUB_ENV151 echo "BUILD_SHA=${LAST_COMMIT_SHA:0:8}" >> $GITHUB_ENV
152152
153 - name: Run find-and-replace to remove slashes from branch name153 - name: Run find-and-replace to remove slashes from branch name
154 uses: mad9000/actions-find-and-replace-string@2154 uses: mad9000/actions-find-and-replace-string@4
155 id: branchname155 id: branchname
156 with:156 with:
157 source: ${{ github.head_ref }}157 source: ${{ github.head_ref }}
modified.github/workflows/xcm.ymldiffbeforeafterboth
--- a/.github/workflows/xcm.yml
+++ b/.github/workflows/xcm.yml
@@ -286,7 +286,7 @@
         run: cat .docker/Dockerfile-xcm.${{ matrix.network }}.yml
 
       - name: Run find-and-replace to remove slashes from branch name
-        uses: mad9000/actions-find-and-replace-string@3
+        uses: mad9000/actions-find-and-replace-string@4
         id: branchname
         with:
           source: ${{ github.head_ref }}
@@ -347,7 +347,7 @@
           echo "BUILD_SHA=${LAST_COMMIT_SHA:0:8}" >> $GITHUB_ENV
 
       - name: Run find-and-replace to remove slashes from branch name
-        uses: mad9000/actions-find-and-replace-string@2
+        uses: mad9000/actions-find-and-replace-string@4
         id: branchname
         with:
           source: ${{ github.head_ref }}