chore(ci): bump `actions/setup-python` to v5, set version to 3.12; fix CODEOWNERS (#11726)

* chore(ci): bump actions/setup-python to v5, set version to 3.12

* test: specify workflow directory in CODEOWNERS
pull/23/head
K.B.Dharun Krishna 2023-12-14 10:04:07 +05:30 committed by GitHub
parent a95bc099de
commit 6bdc5fed4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
.github/CODEOWNERS vendored
View File

@ -16,7 +16,7 @@
/pages/linux/ @sbrl
/*.md @sbrl @kbdharun
/.github/* @sbrl @kbdharun @sebastiaanspeck
/.github/workflows/* @sbrl @kbdharun @sebastiaanspeck
/scripts/* @sebastiaanspeck
/contributing-guides/maintainers-guide.md @sbrl @kbdharun

View File

@ -16,9 +16,9 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
cache: 'pip'
- uses: actions/setup-node@v4