From 4b4d22412cca1097ee1fcf0330718cc50fdc1438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 08:14:31 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 1 to 3 in /.github/workflows Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/make.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 1b4473f..403fde0 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -23,7 +23,7 @@ jobs: restore-keys: | ${{ runner.os }}-node- - name: Setup node - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} - run: npm install