.github/workflows/releng-audit: update python to 3.12

py3.10 is EOL this year.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
This commit is contained in:
Patrick Donnelly 2026-05-19 10:12:43 -04:00
parent 7e3b5fe5f9
commit 36740460c1
No known key found for this signature in database
GPG Key ID: 053758C0A8A3CE2F

View File

@ -263,7 +263,7 @@ jobs:
if: steps.router.outputs.run_audit == 'true'
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: '3.10'
python-version: '3.13'
- name: Install Dependencies
if: steps.router.outputs.run_audit == 'true'