mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:42:08 +02:00
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
This commit is contained in:
parent
a95bc099de
commit
6bdc5fed4e
2 changed files with 3 additions and 3 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -16,7 +16,7 @@
|
||||||
/pages/linux/ @sbrl
|
/pages/linux/ @sbrl
|
||||||
|
|
||||||
/*.md @sbrl @kbdharun
|
/*.md @sbrl @kbdharun
|
||||||
/.github/* @sbrl @kbdharun @sebastiaanspeck
|
/.github/workflows/* @sbrl @kbdharun @sebastiaanspeck
|
||||||
/scripts/* @sebastiaanspeck
|
/scripts/* @sebastiaanspeck
|
||||||
|
|
||||||
/contributing-guides/maintainers-guide.md @sbrl @kbdharun
|
/contributing-guides/maintainers-guide.md @sbrl @kbdharun
|
||||||
|
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -16,9 +16,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.12'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue