mirror of
https://github.com/ceph/ceph
synced 2026-08-01 22:45:39 +00:00
.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:
parent
7e3b5fe5f9
commit
36740460c1
2
.github/workflows/releng-audit.yaml
vendored
2
.github/workflows/releng-audit.yaml
vendored
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user