From bea9503990791dea3942fedef4faaaeed98075f0 Mon Sep 17 00:00:00 2001 From: Hunter Richards Date: Tue, 27 Aug 2024 11:25:44 -0500 Subject: [PATCH 1/4] Retrigger From 542501bf42e0c48f56e2dae1bedbbbd813067304 Mon Sep 17 00:00:00 2001 From: Hunter Richards Date: Tue, 27 Aug 2024 11:27:12 -0500 Subject: [PATCH 2/4] Change ubuntu version to latest that supports 3.6 --- .github/workflows/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 6e30594..84d8c23 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -27,7 +27,7 @@ jobs: # Maps tcp port 5432 on service container to the host - 5432:5432 - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: max-parallel: 4 matrix: From 5b82ca6bf75cd531e7b7f3f4d8f4372609de81b2 Mon Sep 17 00:00:00 2001 From: Hunter Richards Date: Tue, 27 Aug 2024 11:28:49 -0500 Subject: [PATCH 3/4] Bump actions --- .github/workflows/django.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 84d8c23..492080b 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -34,9 +34,9 @@ jobs: python-version: [3.6] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install Dependencies From fa5ac00859a5d1dd29dc16447d61c1f9474ba18b Mon Sep 17 00:00:00 2001 From: Hunter Richards Date: Tue, 27 Aug 2024 11:31:09 -0500 Subject: [PATCH 4/4] Sem-ver: bugfix