diff --git a/.github/workflows/integrationtest1.yml b/.github/workflows/integrationtest1.yml index e120aad..90c0fa1 100644 --- a/.github/workflows/integrationtest1.yml +++ b/.github/workflows/integrationtest1.yml @@ -20,7 +20,7 @@ jobs: with: python-version: '3.8.10' - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 'v16.20.2' - name: Setup Go diff --git a/.github/workflows/integrationtest2.yml b/.github/workflows/integrationtest2.yml index af4fe92..8c07e7a 100644 --- a/.github/workflows/integrationtest2.yml +++ b/.github/workflows/integrationtest2.yml @@ -20,7 +20,7 @@ jobs: with: python-version: '3.8.10' - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 'v16.20.2' - name: Setup Go diff --git a/.github/workflows/integrationtest3.yml b/.github/workflows/integrationtest3.yml index e002c29..1d64a56 100644 --- a/.github/workflows/integrationtest3.yml +++ b/.github/workflows/integrationtest3.yml @@ -20,7 +20,7 @@ jobs: with: python-version: '3.8.10' - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 'v16.20.2' - name: Setup Go diff --git a/.github/workflows/localnet.yml b/.github/workflows/localnet.yml index 4c3cf54..3fb50d3 100644 --- a/.github/workflows/localnet.yml +++ b/.github/workflows/localnet.yml @@ -16,7 +16,7 @@ jobs: with: go-version: ^1.15 id: go - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v4 with: node-version: "14" cache: "yarn" diff --git a/.github/workflows/smart-contracts.yml b/.github/workflows/smart-contracts.yml index 66dc905..fd6ad1e 100644 --- a/.github/workflows/smart-contracts.yml +++ b/.github/workflows/smart-contracts.yml @@ -15,7 +15,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 - name: Use Node.js - uses: actions/setup-node@v2.1.4 + uses: actions/setup-node@v4 with: node-version: '14.x'