1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00

Workflows: Update Windows packages to python 3.12

Signed-off-by: loathingKernel <142770+loathingKernel@users.noreply.github.com>
This commit is contained in:
loathingKernel 2024-05-16 13:57:30 +03:00
parent 337d753d0c
commit beb4f6c310
3 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-python@v4
with:
cache: pip
python-version: '3.11'
python-version: '3.12'
check-latest: true
architecture: x64
- name: Install Build Dependencies

View file

@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-python@v4
with:
cache: pip
python-version: '3.11'
python-version: '3.12'
check-latest: true
architecture: x64
- name: Install build dependencies

View file

@ -4,9 +4,9 @@ on:
workflow_call:
outputs:
version:
value: ${{ jobs.version.outputs.tag_abbrev }}.${{ jobs.version.outputs.tag_offset }}
value: "${{ jobs.version.outputs.tag_abbrev }}.${{ jobs.version.outputs.tag_offset }}"
branch:
value: ${{ jobs.version.outputs.branch }}
value: "${{ jobs.version.outputs.branch }}"
jobs: