From 01b20d0b05ba275829f8499a96f978c19bc00969 Mon Sep 17 00:00:00 2001 From: lucasferreiralimax Date: Thu, 10 Oct 2024 00:08:56 -0300 Subject: [PATCH] update actisons github --- .github/workflows/firebase-hosting-merge.yml | 4 ++-- .github/workflows/firebase-hosting-pull-request.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index b0c5fb4..9d8f391 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -10,9 +10,9 @@ jobs: build_and_deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '14.18.0' - run: npm ci && npm run build diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index fd4a6a4..866f097 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -7,9 +7,9 @@ jobs: build_and_preview: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '14.18.0' - run: npm ci && npm run build