diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 70bedadc3..b1d4b7f53 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3d0bc3df..10a3c05b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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