From 0ac0d0568fac1746d34c2d8db614b872310259d7 Mon Sep 17 00:00:00 2001 From: "Aravind V. Nair" <22199259+aravindvnair99@users.noreply.github.com> Date: Sun, 21 Jun 2020 23:44:47 +0530 Subject: [PATCH] Fix Firebase workflow Version set to v1.4.0 as per https://github.com/w9jds/firebase-action/issues/46 --- .github/workflows/firebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase.yml b/.github/workflows/firebase.yml index 8f91937..6824e21 100644 --- a/.github/workflows/firebase.yml +++ b/.github/workflows/firebase.yml @@ -14,7 +14,7 @@ jobs: - name: Install Dependencies run: cd functions/ && npm install - name: Deploy to Firebase - uses: w9jds/firebase-action@master + uses: w9jds/firebase-action@v1.4.0 with: args: deploy env: