From 3e60787039072e540c4cac87f97727ef31668221 Mon Sep 17 00:00:00 2001 From: Conor Schaefer Date: Tue, 16 Apr 2024 13:42:28 -0700 Subject: [PATCH] ci: patch firebase-action version --- .github/workflows/deploy-firebase.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-firebase.yml b/.github/workflows/deploy-firebase.yml index eb52a067..1cefe6d8 100644 --- a/.github/workflows/deploy-firebase.yml +++ b/.github/workflows/deploy-firebase.yml @@ -29,7 +29,9 @@ jobs: run: pnpm build - name: Deploy dapp static site to firebase - uses: w9jds/firebase-action@v13 + # N.B. the firebase-action helper doesn't support semver, e.g. `@v13`, + # so we hardcode a version. + uses: w9jds/firebase-action@v13.7.2 with: args: deploy env: