From 838bca14317d1b0021e5a55e9d2f18aa2cbedf05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 09:36:31 +0000 Subject: [PATCH] Bump actions/setup-node from 3.3.0 to 3.5.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/eeb10cff27034e7acf239c5d29f62154018672fd...969bd2663942d722d85b6a8626225850c2f7be4b) --- 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..ba009ba33c1 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@969bd2663942d722d85b6a8626225850c2f7be4b with: node-version: ${{ env.NODE_VERSION }} - name: Install firebase tools