From 01021032cff92bdba03bfaac6ba54788d9acbdc8 Mon Sep 17 00:00:00 2001 From: Gavin Rehkemper Date: Tue, 27 Aug 2024 08:42:07 -0500 Subject: [PATCH] updated github actions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c7ed5a4..0e3fba2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install and Build run: | @@ -18,7 +18,7 @@ jobs: VITE_ARCGIS_API_KEY: ${{ secrets.ARCGIS_API_KEY }} CI: false - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.3.3 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages # The branch the action should deploy to. folder: dist # The folder the action should deploy.