From 9d1b4b1cbb5a55ae10c7a048a80246c2e2df95e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 00:27:10 +0000 Subject: [PATCH] Bump actions/setup-node from 2 to 3.5.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.5.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3.5.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/programs.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/programs.yml b/.github/workflows/programs.yml index 46d37c9..e058b86 100644 --- a/.github/workflows/programs.yml +++ b/.github/workflows/programs.yml @@ -64,7 +64,7 @@ jobs: path: ./.yarn/cache key: ${{ runner.os }}-${{ hashFiles('./.yarn/**/*.js') }} - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3.5.0 with: node-version: "16" - run: yarn install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f76c8a2..12faac7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3.5.0 with: always-auth: true node-version: 14.x