From f435b2173f04f21854a05b526e46c67766ff6564 Mon Sep 17 00:00:00 2001 From: David Contreras Date: Wed, 5 Jun 2024 09:20:09 -0600 Subject: [PATCH] Update build-github-pages.yaml --- .github/workflows/build-github-pages.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-github-pages.yaml b/.github/workflows/build-github-pages.yaml index 1258456..073e220 100644 --- a/.github/workflows/build-github-pages.yaml +++ b/.github/workflows/build-github-pages.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. run: | @@ -25,4 +25,4 @@ jobs: - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4 with: - folder: dist # The folder the action should deploy. \ No newline at end of file + folder: dist # The folder the action should deploy.