From eb0016db77625124b381eb07d67a00de8e56aee9 Mon Sep 17 00:00:00 2001 From: georgetteotoo-alt Date: Wed, 17 Jun 2026 13:49:02 -0400 Subject: [PATCH 1/6] Update HideProfiles.yml --- .github/workflows/HideProfiles.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/HideProfiles.yml b/.github/workflows/HideProfiles.yml index 616cf55..a7b75c2 100644 --- a/.github/workflows/HideProfiles.yml +++ b/.github/workflows/HideProfiles.yml @@ -7,9 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4 - name: Setup python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: 3.9 - name: Install dependencies From 1c0c2ba64d8b2114c685638940ea195870590752 Mon Sep 17 00:00:00 2001 From: georgetteotoo-alt Date: Wed, 17 Jun 2026 13:49:50 -0400 Subject: [PATCH 2/6] Update OldProfiles.yml --- .github/workflows/OldProfiles.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/OldProfiles.yml b/.github/workflows/OldProfiles.yml index 45c2886..ae056fe 100644 --- a/.github/workflows/OldProfiles.yml +++ b/.github/workflows/OldProfiles.yml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4 - name: Setup python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: 3.9 - name: Install dependencies From 34abe0fadc4bc6ef54a00417549d9980eb39f676 Mon Sep 17 00:00:00 2001 From: georgetteotoo-alt Date: Wed, 17 Jun 2026 13:54:11 -0400 Subject: [PATCH 3/6] Update Python version to 3.11 --- .github/workflows/HideProfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/HideProfiles.yml b/.github/workflows/HideProfiles.yml index a7b75c2..fce0551 100644 --- a/.github/workflows/HideProfiles.yml +++ b/.github/workflows/HideProfiles.yml @@ -11,7 +11,7 @@ jobs: - name: Setup python uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.11 - name: Install dependencies run: | sudo apt update From c05b70381271e6e05055ec75dc8d9cb3dc6a4f01 Mon Sep 17 00:00:00 2001 From: georgetteotoo-alt Date: Wed, 17 Jun 2026 13:54:29 -0400 Subject: [PATCH 4/6] Update Python version to 3.11 in workflow --- .github/workflows/OldProfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/OldProfiles.yml b/.github/workflows/OldProfiles.yml index ae056fe..73ded2b 100644 --- a/.github/workflows/OldProfiles.yml +++ b/.github/workflows/OldProfiles.yml @@ -13,7 +13,7 @@ jobs: - name: Setup python uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.11 - name: Install dependencies run: | sudo apt update From 62d79f9b7c9dd38543de52abaf941d63bc4669af Mon Sep 17 00:00:00 2001 From: georgetteotoo-alt Date: Wed, 17 Jun 2026 13:57:01 -0400 Subject: [PATCH 5/6] Change Python version from 3.11 to 3.10 --- .github/workflows/HideProfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/HideProfiles.yml b/.github/workflows/HideProfiles.yml index fce0551..5c78f62 100644 --- a/.github/workflows/HideProfiles.yml +++ b/.github/workflows/HideProfiles.yml @@ -11,7 +11,7 @@ jobs: - name: Setup python uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: 3.10 - name: Install dependencies run: | sudo apt update From 9e04aa3fa8f44422bfbf3a094b8fa5efc73e66c5 Mon Sep 17 00:00:00 2001 From: georgetteotoo-alt Date: Wed, 17 Jun 2026 13:57:20 -0400 Subject: [PATCH 6/6] Change Python version from 3.11 to 3.10 --- .github/workflows/OldProfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/OldProfiles.yml b/.github/workflows/OldProfiles.yml index 73ded2b..0ba8008 100644 --- a/.github/workflows/OldProfiles.yml +++ b/.github/workflows/OldProfiles.yml @@ -13,7 +13,7 @@ jobs: - name: Setup python uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: 3.10 - name: Install dependencies run: | sudo apt update