Skip to content

Commit

Permalink
build(deps): bump w9jds/firebase-action from 2.2.0 to 2.2.2 (#4592)
Browse files Browse the repository at this point in the history
Bumps [w9jds/firebase-action](https://github.com/w9jds/firebase-action) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/w9jds/firebase-action/releases)
- [Commits](w9jds/firebase-action@v2.2.0...v2.2.2)

---
updated-dependencies:
- dependency-name: w9jds/firebase-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and upbqdn committed Jun 14, 2022
1 parent 1af10ac commit d31fcae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
mdbook build book/
- name: Deploy Zebra book to firebase
uses: w9jds/[email protected].0
uses: w9jds/[email protected].2
with:
args: deploy
env:
Expand All @@ -63,7 +63,7 @@ jobs:
RUSTDOCFLAGS: '--html-in-header katex-header.html'

- name: Deploy external docs to firebase
uses: w9jds/[email protected].0
uses: w9jds/[email protected].2
with:
args: deploy
env:
Expand All @@ -77,7 +77,7 @@ jobs:
RUSTDOCFLAGS: '--html-in-header katex-header.html'

- name: Deploy internal docs to firebase
uses: w9jds/[email protected].0
uses: w9jds/[email protected].2
with:
args: deploy
env:
Expand Down

0 comments on commit d31fcae

Please sign in to comment.