From 476f9e1ef5b5722656802b1556acae24337878a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 10:24:14 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 4 to 5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-ipfs-test-production.yml | 2 +- .github/workflows/ci-ipfs-testnet.yml | 2 +- .github/workflows/ci-ipfs.yml | 2 +- .github/workflows/tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-ipfs-test-production.yml b/.github/workflows/ci-ipfs-test-production.yml index 7b9e56a8d..0fa555e25 100644 --- a/.github/workflows/ci-ipfs-test-production.yml +++ b/.github/workflows/ci-ipfs-test-production.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 fetch-tags: true - name: Install node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 20 cache: 'yarn' diff --git a/.github/workflows/ci-ipfs-testnet.yml b/.github/workflows/ci-ipfs-testnet.yml index 2e34ce9ac..663440d69 100644 --- a/.github/workflows/ci-ipfs-testnet.yml +++ b/.github/workflows/ci-ipfs-testnet.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 fetch-tags: true - name: Install node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 20 cache: 'yarn' diff --git a/.github/workflows/ci-ipfs.yml b/.github/workflows/ci-ipfs.yml index 67f625d16..2061d353d 100644 --- a/.github/workflows/ci-ipfs.yml +++ b/.github/workflows/ci-ipfs.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 fetch-tags: true - name: Install node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 20 cache: 'yarn' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6fbf8320e..ae0d09fc2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 20