Update dependency com.google.firebase:firebase-admin to v9.7.0 #2303
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Github CI | |
| on: pull_request | |
| jobs: | |
| verify: | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| lfs: 'true' | |
| - uses: gradle/wrapper-validation-action@v3 | |
| - name: Validate Renovate | |
| uses: rinchsan/[email protected] | |
| with: | |
| pattern: 'renovate.json' | |
| - name: Check GIT lfs images | |
| run: | | |
| ./.github/scripts/git-lfs-check.sh |