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: