Browse Source

Update GitHub workflow Python version to 3.13.2

pull/12828/head
ViacheslavKlimov 10 months ago
parent
commit
c990169223
  1. 4
      .github/workflows/check-configuration-files.yml

4
.github/workflows/check-configuration-files.yml

@ -36,10 +36,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python 3.10
- name: Set up Python 3.13
uses: actions/setup-python@v3
with:
python-version: "3.10.2"
python-version: "3.13.2"
architecture: "x64"
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache

Loading…
Cancel
Save