From de736745c7b3191fd46838f4c05dc83ebe6f1a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 00:12:41 +0000 Subject: [PATCH] fix(deps): bump actions/setup-node from 2.5.1 to 3.5.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.5.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.5.1...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/firebase-hosting-merge.yml | 2 +- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index b5eb1f7..85f4595 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2 - name: Setup node env - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.5.0 with: node-version: 14 diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index e95db12..7006ece 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2 - name: Setup node env - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.5.0 with: node-version: 14