We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407ecd9 commit 87e33cbCopy full SHA for 87e33cb
.github/workflows/check_build.yaml
@@ -6,5 +6,5 @@ jobs:
6
build_and_deploy:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
10
- run: yarn install && yarn build
.github/workflows/firebase-hosting-merge.yml
@@ -10,7 +10,7 @@ jobs:
11
12
13
14
15
- uses: FirebaseExtended/action-hosting-deploy@v0
16
with:
0 commit comments