From 71704495ddd57099ec732f8d92d293dbf510a074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 14:12:08 +0200 Subject: [PATCH] build(deps): Bump actions/setup-node from 3 to 4 (#461) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/example-demo.yml | 2 +- .github/workflows/mrml-wasm-main.yml | 2 +- .github/workflows/mrml-wasm-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/example-demo.yml b/.github/workflows/example-demo.yml index 39fa84a7..e77e7f40 100644 --- a/.github/workflows/example-demo.yml +++ b/.github/workflows/example-demo.yml @@ -27,7 +27,7 @@ jobs: with: toolchain: stable profile: minimal - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: latest registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/mrml-wasm-main.yml b/.github/workflows/mrml-wasm-main.yml index 922c9ff1..83dd07ed 100644 --- a/.github/workflows/mrml-wasm-main.yml +++ b/.github/workflows/mrml-wasm-main.yml @@ -45,7 +45,7 @@ jobs: toolchain: stable profile: minimal - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: latest diff --git a/.github/workflows/mrml-wasm-release.yml b/.github/workflows/mrml-wasm-release.yml index be45b8ef..5777870e 100644 --- a/.github/workflows/mrml-wasm-release.yml +++ b/.github/workflows/mrml-wasm-release.yml @@ -48,7 +48,7 @@ jobs: profile: minimal # Setup .npmrc file to publish to npm - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: latest registry-url: "https://registry.npmjs.org"