git.delta.rocks / unique-network / refs/commits / 6dd9d54e7fb9

difftreelog

Merge pull request #672 from UniqueNetwork/fix/ci-warnings

Yaroslav Bolyukin2022-10-20parents: #8410b51 #fc9c345.patch.diff
in: master
update xom9ikk@dotenv to v2

11 files changed

modified.github/workflows/dev-build-tests_v2.ymldiffbeforeafterboth
--- a/.github/workflows/dev-build-tests_v2.yml
+++ b/.github/workflows/dev-build-tests_v2.yml
@@ -44,7 +44,7 @@
           ref: ${{ github.head_ref }}  #Checking out head commit
 
       - name: Read .env file
-        uses: xom9ikk/dotenv@v1.0.2
+        uses: xom9ikk/dotenv@v2
 
       - name: Generate ENV related extend file for docker-compose
         uses: cuchi/jinja2-action@v1.2.0
modified.github/workflows/execution-matrix.ymldiffbeforeafterboth
--- a/.github/workflows/execution-matrix.yml
+++ b/.github/workflows/execution-matrix.yml
@@ -29,7 +29,7 @@
           ref: ${{ github.head_ref }}  #Checking out head commit
 
       - name: Read .env file
-        uses: xom9ikk/dotenv@v1.0.2
+        uses: xom9ikk/dotenv@v2
 
       - name: Create Execution matrix
         uses: CertainLach/create-matrix-action@v3
modified.github/workflows/forkless-update-data_v2.ymldiffbeforeafterboth
--- a/.github/workflows/forkless-update-data_v2.yml
+++ b/.github/workflows/forkless-update-data_v2.yml
@@ -29,7 +29,7 @@
           ref: ${{ github.head_ref }}  #Checking out head commit
 
       - name: Read .env file
-        uses: xom9ikk/dotenv@v1.0.2
+        uses: xom9ikk/dotenv@v2
 
       - name: Create Execution matrix
         uses: CertainLach/create-matrix-action@v3
@@ -64,7 +64,7 @@
           ref: ${{ github.head_ref }}  #Checking out head commit
 
       - name: Read .env file
-        uses: xom9ikk/dotenv@v1.0.2
+        uses: xom9ikk/dotenv@v2
 
       - name: Generate ENV related extend file for docker-compose
         uses: cuchi/jinja2-action@v1.2.0
modified.github/workflows/forkless-update-nodata_v2.ymldiffbeforeafterboth
30 ref: ${{ github.head_ref }} #Checking out head commit30 ref: ${{ github.head_ref }} #Checking out head commit
3131
32 - name: Read .env file32 - name: Read .env file
33 uses: xom9ikk/dotenv@v1.0.233 uses: xom9ikk/dotenv@v2
3434
35 - name: Create Execution matrix35 - name: Create Execution matrix
36 uses: CertainLach/create-matrix-action@v336 uses: CertainLach/create-matrix-action@v3
67 ref: ${{ github.head_ref }} #Checking out head commit67 ref: ${{ github.head_ref }} #Checking out head commit
6868
69 - name: Read .env file69 - name: Read .env file
70 uses: xom9ikk/dotenv@v1.0.270 uses: xom9ikk/dotenv@v2
7171
72 - name: Generate ENV related extend file for docker-compose72 - name: Generate ENV related extend file for docker-compose
73 uses: cuchi/jinja2-action@v1.2.073 uses: cuchi/jinja2-action@v1.2.0
modified.github/workflows/generate-execution-matrix.ymldiffbeforeafterboth
--- a/.github/workflows/generate-execution-matrix.yml
+++ b/.github/workflows/generate-execution-matrix.yml
@@ -33,7 +33,7 @@
           ref: ${{ github.head_ref }}  #Checking out head commit
 
       - name: Read .env file
-        uses: xom9ikk/dotenv@v1.0.2
+        uses: xom9ikk/dotenv@v2
 
       - name: Create Execution matrix
         uses: CertainLach/create-matrix-action@v3
modified.github/workflows/market-test_v2.ymldiffbeforeafterboth
--- a/.github/workflows/market-test_v2.yml
+++ b/.github/workflows/market-test_v2.yml
@@ -48,7 +48,7 @@
           ref: 'master'
 
       - name: Read .env file
-        uses: xom9ikk/dotenv@v1.0.2
+        uses: xom9ikk/dotenv@v2
       
       - name: Copy qa-tests/.env.example to qa-tests/.env
         working-directory: qa-tests
@@ -146,7 +146,7 @@
         run: cat .env
 
       - name: Read qa -test .env file Before market start
-        uses: xom9ikk/dotenv@v1.0.2
+        uses: xom9ikk/dotenv@v2
         with:
           path: qa-tests/
 
modified.github/workflows/node-only-update_v2.ymldiffbeforeafterboth
--- a/.github/workflows/node-only-update_v2.yml
+++ b/.github/workflows/node-only-update_v2.yml
@@ -29,7 +29,7 @@
           ref: ${{ github.head_ref }}  #Checking out head commit
 
       - name: Read .env file
-        uses: xom9ikk/dotenv@v1.0.2
+        uses: xom9ikk/dotenv@v2
 
       - name: Create Execution matrix
         uses: CertainLach/create-matrix-action@v3
@@ -68,7 +68,7 @@
           ref: ${{ github.head_ref }}  #Checking out head commit
 
       - name: Read .env file
-        uses: xom9ikk/dotenv@v1.0.2
+        uses: xom9ikk/dotenv@v2
 
       - name: Generate ENV related extend file for docker-compose
         uses: cuchi/jinja2-action@v1.2.0
modified.github/workflows/testnet-build.ymldiffbeforeafterboth
--- a/.github/workflows/testnet-build.yml
+++ b/.github/workflows/testnet-build.yml
@@ -45,7 +45,7 @@
           ref: ${{ github.head_ref }}  #Checking out head commit
 
       - name: Read .env file
-        uses: xom9ikk/dotenv@v1.0.2
+        uses: xom9ikk/dotenv@v2
 
       - name: Create Execution matrix
         uses: fabiocaccamo/create-matrix-action@v2
@@ -85,7 +85,7 @@
           ref: ${{ github.head_ref }}  #Checking out head commit
 
       - name: Read .env file
-        uses: xom9ikk/dotenv@v1.0.2
+        uses: xom9ikk/dotenv@v2
 
       - name: Generate ENV related extend file for docker-compose
         uses: cuchi/jinja2-action@v1.2.0
modified.github/workflows/try-runtime_v2.ymldiffbeforeafterboth
--- a/.github/workflows/try-runtime_v2.yml
+++ b/.github/workflows/try-runtime_v2.yml
@@ -35,7 +35,7 @@
           ref: ${{ github.head_ref }}  #Checking out head commit
 
       - name: Read .env file
-        uses: xom9ikk/dotenv@v1.0.2
+        uses: xom9ikk/dotenv@v2
 
       - name: Generate ENV related extend file for docker-compose
         uses: cuchi/jinja2-action@v1.2.0
modified.github/workflows/unit-test_v2.ymldiffbeforeafterboth
--- a/.github/workflows/unit-test_v2.yml
+++ b/.github/workflows/unit-test_v2.yml
@@ -29,7 +29,7 @@
           ref: ${{ github.head_ref }}  #Checking out head commit
 
       - name: Read .env file
-        uses: xom9ikk/dotenv@v1.0.2
+        uses: xom9ikk/dotenv@v2
 
       - name: Generate ENV related extend file for docker-compose
         uses: cuchi/jinja2-action@v1.2.0
modified.github/workflows/xcm.ymldiffbeforeafterboth
--- a/.github/workflows/xcm.yml
+++ b/.github/workflows/xcm.yml
@@ -33,7 +33,7 @@
           ref: ${{ github.head_ref }}  #Checking out head commit
 
       - name: Read .env file
-        uses: xom9ikk/dotenv@v1.0.2
+        uses: xom9ikk/dotenv@v2
 
       - name: Create Execution matrix
         uses: fabiocaccamo/create-matrix-action@v2
@@ -74,7 +74,7 @@
           ref: ${{ github.head_ref }}  #Checking out head commit
 
       - name: Read .env file
-        uses: xom9ikk/dotenv@v1.0.2
+        uses: xom9ikk/dotenv@v2
 
       - name: Log in to Docker Hub
         uses: docker/login-action@v2.0.0
@@ -298,7 +298,7 @@
           ref: ${{ github.head_ref }}  #Checking out head commit
 
       - name: Read .env file
-        uses: xom9ikk/dotenv@v1.0.2
+        uses: xom9ikk/dotenv@v2
 
       - name: Generate ENV related extend file for docker-compose
         uses: cuchi/jinja2-action@v1.2.0