This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-site.git
commit f78b259758c7064a270b40f14d75e4497d428f07 Author: Piotr Narajowski <[email protected]> AuthorDate: Wed May 14 12:06:48 2025 +0200 ci: update workflow file workflow will now use python 3.13 --- .github/workflows/deploy-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index c7cd276f50..24c4a4a65c 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -37,7 +37,7 @@ jobs: ref: master - uses: actions/setup-python@v5 with: - python-version: '3.8' + python-version: '3.13' - name: Install Dependencies run: | sudo apt-get update
