From 849b02c17ae97c944c477ae69ba1d37d0e8cc997 Mon Sep 17 00:00:00 2001 From: Rodolphe Marques Date: Thu, 12 Oct 2023 18:28:02 +0200 Subject: [PATCH] feat: update to latest version of nvm-tools-actions --- .github/workflows/testing-nightly.yml | 6 +++--- .github/workflows/testing-node.yml | 2 +- .github/workflows/testing.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/testing-nightly.yml b/.github/workflows/testing-nightly.yml index 4d678317c..220c7c69e 100644 --- a/.github/workflows/testing-nightly.yml +++ b/.github/workflows/testing-nightly.yml @@ -56,7 +56,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - - uses: nevermined-io/nvm-tools-actions@v0.14.0 + - uses: nevermined-io/nvm-tools-actions@v0.15.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true' @@ -98,7 +98,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - - uses: nevermined-io/nvm-tools-actions@v0.14.0 + - uses: nevermined-io/nvm-tools-actions@v0.15.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true' @@ -132,7 +132,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - - uses: nevermined-io/nvm-tools-actions@v0.14.0 + - uses: nevermined-io/nvm-tools-actions@v0.15.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true' diff --git a/.github/workflows/testing-node.yml b/.github/workflows/testing-node.yml index 78e03f800..6af7c5751 100644 --- a/.github/workflows/testing-node.yml +++ b/.github/workflows/testing-node.yml @@ -20,7 +20,7 @@ jobs: # TODO: remove this when Node integrated with SDKv2 is integraged ref: develop token: ${{ secrets.API_TOKEN_GITHUB }} - - uses: nevermined-io/nvm-tools-actions@v0.14.0 + - uses: nevermined-io/nvm-tools-actions@v0.15.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true' diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 7f7998cee..d2aeca9fe 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - - uses: nevermined-io/nvm-tools-actions@v0.14.0 + - uses: nevermined-io/nvm-tools-actions@v0.15.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true'