From 2f5c6eba27be566a12ce594dbc65040cc0d17eb1 Mon Sep 17 00:00:00 2001 From: Vladimir Voronkov Date: Thu, 11 Apr 2024 08:48:59 +0300 Subject: [PATCH 1/3] Update gh action setup-node to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ef3633af..e9b2c6fa2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18.17.1 - name: Setup configs From 54ce8bf1789504a900ffba1c2ef4af43aec7ddce Mon Sep 17 00:00:00 2001 From: Vladimir Voronkov Date: Wed, 17 Apr 2024 10:08:20 +0300 Subject: [PATCH 2/3] Bump version up to 4.17.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28369df97..7076cacef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bfx-reports-framework", - "version": "4.17.0", + "version": "4.17.1", "description": "Bitfinex reports framework", "main": "worker.js", "license": "Apache-2.0", From 6a4ac63b53f50c4b1bfb4bab5af6edb82d1fe86f Mon Sep 17 00:00:00 2001 From: Vladimir Voronkov Date: Wed, 17 Apr 2024 11:52:56 +0300 Subject: [PATCH 3/3] Update bfx-report-ui sub-module --- bfx-report-ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfx-report-ui b/bfx-report-ui index d825d4460..49972f849 160000 --- a/bfx-report-ui +++ b/bfx-report-ui @@ -1 +1 @@ -Subproject commit d825d4460ff9c8300bdfd1a2e9ad489a82bfbd66 +Subproject commit 49972f84980a59b9bc9481ca8865959b4ff2abb1