Merge branch 'main' into renovate/docker.mafyuh.xyz-sonatype-nexus3-3.x
Some checks failed
continuous-integration/drone/pr Build is failing
Lint on PR / Lint with Python 3.8 (pull_request) Failing after 2s
Lint on PR / Lint with Python 3.9 (pull_request) Failing after 2s
Lint on PR / Lint with Python 3.10 (pull_request) Failing after 2s

This commit is contained in:
Matt Reeves 2024-05-27 23:36:20 +00:00
commit 6bcceda45f

View file

@ -12,7 +12,7 @@ jobs:
image: docker.mafyuh.xyz/python:3.8-slim-bullseye
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3.8
run: |
python3 --version
@ -36,7 +36,7 @@ jobs:
image: docker.mafyuh.xyz/python:3.9-slim-bullseye
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3.9
run: |
python3 --version
@ -60,7 +60,7 @@ jobs:
image: docker.mafyuh.xyz/python:3.10-slim-bullseye
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3.10
run: |
python3 --version