ci(firebase): update checkout action to v7

This commit is contained in:
2026-07-22 00:10:17 +07:00
parent fac70e53e2
commit c63a91ce67
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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: