Skip to content

Commit 2ecb0dc

Browse files
authored
Merge pull request #153 from praekeltfoundation/package_security_alerts
Package security alerts
2 parents ad470cf + 8ae30c0 commit 2ecb0dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-python@v2
1919
with:
20-
python-version: 3.7.7
20+
python-version: 3.7.17
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v2
4545
- uses: actions/setup-python@v2
4646
with:
47-
python-version: 3.7.7
47+
python-version: 3.7.17
4848
- name: Install dependencies
4949
run: |
5050
python -m pip install --upgrade pip

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-python@v5.0.0
1515
with:
16-
python-version: 3.7.7
16+
python-version: 3.7.17
1717
- name: Install dependencies
1818
run: |
1919
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'

0 commit comments

Comments
 (0)