From dbabda6b87b84f67408d2bd121ee5427f3ded256 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:36:15 +0000 Subject: [PATCH] Update actions/setup-node action to v4.0.4 --- .github/workflows/check_firebase_cloud_function.yaml | 2 +- .github/workflows/check_firebase_hosting.yaml | 2 +- .github/workflows/deploy_firebase_clooud_function.yaml | 2 +- .github/workflows/deploy_firebase_hosting.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check_firebase_cloud_function.yaml b/.github/workflows/check_firebase_cloud_function.yaml index ee15924c..0b64b619 100644 --- a/.github/workflows/check_firebase_cloud_function.yaml +++ b/.github/workflows/check_firebase_cloud_function.yaml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 with: node-version: '20' - run: npm install diff --git a/.github/workflows/check_firebase_hosting.yaml b/.github/workflows/check_firebase_hosting.yaml index 5b7788d4..81085127 100644 --- a/.github/workflows/check_firebase_hosting.yaml +++ b/.github/workflows/check_firebase_hosting.yaml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 with: node-version: '20' - run: npm install diff --git a/.github/workflows/deploy_firebase_clooud_function.yaml b/.github/workflows/deploy_firebase_clooud_function.yaml index 711972ab..2c240b81 100644 --- a/.github/workflows/deploy_firebase_clooud_function.yaml +++ b/.github/workflows/deploy_firebase_clooud_function.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 with: node-version: '20' - run: npm install diff --git a/.github/workflows/deploy_firebase_hosting.yaml b/.github/workflows/deploy_firebase_hosting.yaml index 0303c1ec..e6f233b9 100644 --- a/.github/workflows/deploy_firebase_hosting.yaml +++ b/.github/workflows/deploy_firebase_hosting.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 with: node-version: '20' - run: npm install