Skip to content

Commit

Permalink
😒 chore(data/js): Upgrade gh-pages workflow deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Mar 6, 2021
1 parent b6401e3 commit cf9a489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/js/.github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
uses: actions/checkout@v2.3.4

- name: Install 🔧
run: npm install
Expand All @@ -17,7 +17,7 @@ jobs:
run: npm run build-gh-pages

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.0.0
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
branch: gh-pages
folder: gh-pages

0 comments on commit cf9a489

Please sign in to comment.