From c63a91ce67cd2e8226b0d10db4e4e45d6b99b9cb Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Wed, 22 Jul 2026 00:10:17 +0700 Subject: [PATCH] ci(firebase): update checkout action to v7 --- web/.github/workflows/firebase-hosting-merge.yml | 2 +- web/.github/workflows/firebase-hosting-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/.github/workflows/firebase-hosting-merge.yml b/web/.github/workflows/firebase-hosting-merge.yml index f630fcb..f282c42 100644 --- a/web/.github/workflows/firebase-hosting-merge.yml +++ b/web/.github/workflows/firebase-hosting-merge.yml @@ -10,7 +10,7 @@ jobs: build_and_deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - run: npm ci && npm run build - uses: FirebaseExtended/action-hosting-deploy@v0 with: diff --git a/web/.github/workflows/firebase-hosting-pull-request.yml b/web/.github/workflows/firebase-hosting-pull-request.yml index c6bb920..0be96c9 100644 --- a/web/.github/workflows/firebase-hosting-pull-request.yml +++ b/web/.github/workflows/firebase-hosting-pull-request.yml @@ -12,7 +12,7 @@ jobs: if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - run: npm ci && npm run build - uses: FirebaseExtended/action-hosting-deploy@v0 with: