From 4d743c2aaccd982171fbc5d35eb665a6f98efd08 Mon Sep 17 00:00:00 2001 From: brockfanning Date: Thu, 12 Dec 2024 11:56:23 -0500 Subject: [PATCH 1/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e1a88f829..6cf8bdfe19 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # Open SDG - Data starter This is a starter repository to help in implementing the [Open SDG](https://github.com/open-sdg/open-sdg) platform. [See here for documentation](https://open-sdg.readthedocs.io). + From 1ad1a91e2b0a603e4353b19fe30f441dc3140bd9 Mon Sep 17 00:00:00 2001 From: brockfanning Date: Thu, 12 Dec 2024 12:04:07 -0500 Subject: [PATCH 2/7] Update test-pull-requests.yml --- .github/workflows/test-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pull-requests.yml b/.github/workflows/test-pull-requests.yml index 92bd098169..0bc497f3be 100644 --- a/.github/workflows/test-pull-requests.yml +++ b/.github/workflows/test-pull-requests.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Set up Python 3.7 - uses: actions/setup-python@v1 + uses: actions/setup-python@v2 with: python-version: 3.7 - name: Install dependencies From 4cd0a6f2ecde27b057c2407ffb7df94d2686022a Mon Sep 17 00:00:00 2001 From: brockfanning Date: Thu, 12 Dec 2024 12:09:26 -0500 Subject: [PATCH 3/7] Update test-pull-requests.yml --- .github/workflows/test-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pull-requests.yml b/.github/workflows/test-pull-requests.yml index 0bc497f3be..f4ca7a5788 100644 --- a/.github/workflows/test-pull-requests.yml +++ b/.github/workflows/test-pull-requests.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Python 3.7 uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: 3.7.17 - name: Install dependencies run: | python -m pip install --upgrade pip From 909438268c5701e44e3441b40bc9c4495c72e1ef Mon Sep 17 00:00:00 2001 From: brockfanning Date: Thu, 12 Dec 2024 12:10:47 -0500 Subject: [PATCH 4/7] Update test-pull-requests.yml --- .github/workflows/test-pull-requests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-pull-requests.yml b/.github/workflows/test-pull-requests.yml index f4ca7a5788..47fdfe27eb 100644 --- a/.github/workflows/test-pull-requests.yml +++ b/.github/workflows/test-pull-requests.yml @@ -9,10 +9,10 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Set up Python 3.7 + - name: Set up Python 3.8 uses: actions/setup-python@v2 with: - python-version: 3.7.17 + python-version: 3.8 - name: Install dependencies run: | python -m pip install --upgrade pip From 1c2b17bbb637c4abd2f51eb9b6476626e47272fb Mon Sep 17 00:00:00 2001 From: brockfanning Date: Mon, 16 Dec 2024 14:29:34 -0500 Subject: [PATCH 5/7] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6cf8bdfe19..0e1a88f829 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ # Open SDG - Data starter This is a starter repository to help in implementing the [Open SDG](https://github.com/open-sdg/open-sdg) platform. [See here for documentation](https://open-sdg.readthedocs.io). - From 6e3bdabeb7df4927574d16620608a54b74544944 Mon Sep 17 00:00:00 2001 From: brockfanning Date: Mon, 16 Dec 2024 14:36:09 -0500 Subject: [PATCH 6/7] Update deploy-to-staging.yml --- .github/workflows/deploy-to-staging.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-to-staging.yml b/.github/workflows/deploy-to-staging.yml index 25b225b620..f0b39713c3 100644 --- a/.github/workflows/deploy-to-staging.yml +++ b/.github/workflows/deploy-to-staging.yml @@ -32,10 +32,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - name: Set up Python 3.7 - uses: actions/setup-python@v1 + - name: Set up Python 3.8 + uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: 3.8 - name: Install dependencies run: | python -m pip install --upgrade pip From e9ac1f4085d9e801894f01111c5a4d624ccb24f3 Mon Sep 17 00:00:00 2001 From: brockfanning Date: Mon, 16 Dec 2024 14:37:37 -0500 Subject: [PATCH 7/7] Update deploy-to-production.yml --- .github/workflows/deploy-to-production.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-to-production.yml b/.github/workflows/deploy-to-production.yml index d4526814d6..fb868829bb 100644 --- a/.github/workflows/deploy-to-production.yml +++ b/.github/workflows/deploy-to-production.yml @@ -38,10 +38,10 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - name: Set up Python 3.7 - uses: actions/setup-python@v1 + - name: Set up Python 3.8 + uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: 3.8 - name: Install dependencies run: | python -m pip install --upgrade pip