From 2fc01f00313bc45e714d594a7a78ca20a74d7fe5 Mon Sep 17 00:00:00 2001 From: Kenneth Yang <82800265+kjy5@users.noreply.github.com> Date: Wed, 15 Mar 2023 11:14:46 -0700 Subject: [PATCH] Use the latest build process (#57) --- .github/workflows/build.yml | 3 ++- .github/workflows/deploy.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 935ac79..c4cf102 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,7 @@ on: branches: [ "main" ] workflow_dispatch: workflow_call: + merge_group: concurrency: group: "build" @@ -25,7 +26,7 @@ jobs: - name: 🐍 Setup Python uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.11' cache: 'pip' - name: 🎛️ Sensapex install workaround diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 05a86be..449d264 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,8 +34,8 @@ jobs: steps: - name: 🎛 Setup Pages - uses: actions/configure-pages@v1 + uses: actions/configure-pages@v3 - name: 🚀 Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@main + uses: actions/deploy-pages@1