From 44e60234343a252e9808bc88805be79504bf63eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 10:00:51 +0000 Subject: [PATCH] build(deps): bump w9jds/firebase-action from v1.5.0 to v2.0.0 Bumps [w9jds/firebase-action](https://github.com/w9jds/firebase-action) from v1.5.0 to v2.0.0. - [Release notes](https://github.com/w9jds/firebase-action/releases) - [Commits](https://github.com/w9jds/firebase-action/compare/v1.5.0...0a5173f97c956332c9e71750526e0ca6f38cbe3a) Signed-off-by: dependabot[bot] --- .github/workflows/firebase.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/firebase.yml b/.github/workflows/firebase.yml index 1fb4c1e4f..ec92d3d37 100644 --- a/.github/workflows/firebase.yml +++ b/.github/workflows/firebase.yml @@ -33,7 +33,7 @@ jobs: mdbook build book/ - name: Deploy Zebra book to firebase - uses: w9jds/firebase-action@v1.5.0 + uses: w9jds/firebase-action@v2.0.0 with: args: deploy env: @@ -49,7 +49,7 @@ jobs: RUSTDOCFLAGS: "--html-in-header katex-header.html" - name: Deploy external docs to firebase - uses: w9jds/firebase-action@v1.5.0 + uses: w9jds/firebase-action@v2.0.0 with: args: deploy env: @@ -63,7 +63,7 @@ jobs: RUSTDOCFLAGS: "--html-in-header katex-header.html" - name: Deploy external docs to firebase - uses: w9jds/firebase-action@v1.5.0 + uses: w9jds/firebase-action@v2.0.0 with: args: deploy env: