From cf9a4893ce8bdf2e774a823d947364904cd55482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Ooms?= Date: Sat, 6 Mar 2021 22:24:27 +0100 Subject: [PATCH] :unamused: chore(data/js): Upgrade gh-pages workflow deps. --- data/js/.github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/js/.github/workflows/gh-pages.yml b/data/js/.github/workflows/gh-pages.yml index 664afff..a111ed9 100644 --- a/data/js/.github/workflows/gh-pages.yml +++ b/data/js/.github/workflows/gh-pages.yml @@ -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 @@ -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