From e19962067f61b99a805ae130cc5b531b93946ac2 Mon Sep 17 00:00:00 2001 From: hakonhjaltalin <114936082+hakonhjaltalin@users.noreply.github.com> Date: Tue, 6 May 2025 16:11:40 +0000 Subject: [PATCH 1/5] Update deploy-to-staging.yml --- .github/workflows/deploy-to-staging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-staging.yml b/.github/workflows/deploy-to-staging.yml index ed122371..91a8b75c 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 + - name: Set up Python 3.8 uses: actions/setup-python@v1 with: - python-version: 3.7 + python-version: 3.8 - name: Install dependencies run: | python -m pip install --upgrade pip From 62c1aecba25eee483db471560e99b9d38497eb9a Mon Sep 17 00:00:00 2001 From: hakonhjaltalin <114936082+hakonhjaltalin@users.noreply.github.com> Date: Tue, 6 May 2025 16:13:27 +0000 Subject: [PATCH 2/5] Update deploy-to-staging.yml --- .github/workflows/deploy-to-staging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-staging.yml b/.github/workflows/deploy-to-staging.yml index 91a8b75c..9bdae726 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.8 + - name: Set up Python 3.9 uses: actions/setup-python@v1 with: - python-version: 3.8 + python-version: 3.9 - name: Install dependencies run: | python -m pip install --upgrade pip From daea3b5edb453ada20f02027225e9a36d7def67a Mon Sep 17 00:00:00 2001 From: hakonhjaltalin <114936082+hakonhjaltalin@users.noreply.github.com> Date: Tue, 6 May 2025 16:18:20 +0000 Subject: [PATCH 3/5] Update requirements.txt --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index d6a41621..4ebb1d49 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,4 +1,4 @@ git+https://github.com/dougmet/yamlmd -git+https://github.com/open-sdg/sdg-build@2.1.0 +git+https://github.com/open-sdg/sdg-build@2.3.0 frictionless==4.40.8 pydantic==1.* From c0e64ef3c0ba73a2298b266ae1bcd1212eaebc45 Mon Sep 17 00:00:00 2001 From: hakonhjaltalin <114936082+hakonhjaltalin@users.noreply.github.com> Date: Tue, 6 May 2025 16:21:39 +0000 Subject: [PATCH 4/5] 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 9bdae726..b9070b9b 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.9 - uses: actions/setup-python@v1 + - name: Set up Python 3.8 + uses: actions/setup-python@v2 with: - python-version: 3.9 + python-version: 3.8 - name: Install dependencies run: | python -m pip install --upgrade pip From e532fd5db6fcc85d281b9cef0fd54221da0158b7 Mon Sep 17 00:00:00 2001 From: hakonhjaltalin <114936082+hakonhjaltalin@users.noreply.github.com> Date: Wed, 7 May 2025 11:06:54 +0000 Subject: [PATCH 5/5] Update deploy-to-production.yml --- .github/workflows/deploy-to-production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-production.yml b/.github/workflows/deploy-to-production.yml index f0a7c7f1..9a3d10da 100644 --- a/.github/workflows/deploy-to-production.yml +++ b/.github/workflows/deploy-to-production.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Set up Python 3.8 - uses: actions/setup-python@v1 + uses: actions/setup-python@v2 with: python-version: 3.8 - name: Install dependencies