From 4829952666a7611423991e50f4f236548ef88b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 09:32:02 +0000 Subject: [PATCH] Bump actions/setup-node from 3.3.0 to 3.5.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.3.0 to 3.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/eeb10cff27034e7acf239c5d29f62154018672fd...8c91899e586c5b171469028077307d293428b516) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85882704352..6cf172a861f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: with: submodules: "recursive" - name: Install Node - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd + uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 with: node-version: ${{ env.NODE_VERSION }} - name: Install firebase tools