From a3071651319eebcd030b41efb4fb40f76114dc05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 21:03:12 +0000 Subject: [PATCH] fix(deps): bump actions/setup-node from 2.5.1 to 3.5.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.5.1...v3.5.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/shipjs-trigger.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38080a0b..80cd2452 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@master - name: Setup node env 🏗 - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.5.1 with: node-version: ${{ matrix.node }} registry-url: 'https://npm.pkg.github.com' diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 3463b6a1..228e83e1 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2.3.1 - name: Setup node env 🏗 - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.5.1 with: node-version: ${{ matrix.node }} registry-url: 'https://npm.pkg.github.com' diff --git a/.github/workflows/shipjs-trigger.yml b/.github/workflows/shipjs-trigger.yml index 3a6663f3..8e5e7864 100644 --- a/.github/workflows/shipjs-trigger.yml +++ b/.github/workflows/shipjs-trigger.yml @@ -16,7 +16,7 @@ jobs: ref: main - name: Setup node env 📦 - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.5.1 with: registry-url: 'https://npm.pkg.github.com' scope: '@geospoc'