From 4b92a2a80cc9c1dc13ba3f1cecb2a7cdd3472fa7 Mon Sep 17 00:00:00 2001 From: Shayan Monadjemi Date: Tue, 7 Jan 2025 13:39:59 -0500 Subject: [PATCH] Update staging.yml Updated python version --- .github/workflows/staging.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 831de26f7..3b8b0912b 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -1,5 +1,5 @@ ## Author: Alper Sarikaya -## Last modified: 2020-10-24 🎃 +## Last modified: 2025-01-07 ❄️ ## This script should be run on every commit to an active branch on this repository. ## This action will build the entire site from scratch and deploy to the staging S3 bucket. @@ -30,10 +30,10 @@ jobs: run: | git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* git checkout master - - name: Set up Python 3.8.x + - name: Set up Python 3.12.x uses: actions/setup-python@v1 with: - python-version: '3.8.x' + python-version: '3.12.x' - name: Install python dependencies run: | python -m pip install --upgrade pip