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


The following commit(s) were added to refs/heads/master by this push:
     new 131b2fac04 ci: use python 3.8
131b2fac04 is described below

commit 131b2fac0429f1e9a84233b56bb7ccb4768758c6
Author: Piotr Narajowski <piotr.narajow...@codecoup.pl>
AuthorDate: Thu Apr 17 18:18:57 2025 +0200

    ci: use python 3.8
    
    Use python 3.8 in deploy-site workflow
---
 .github/workflows/deploy-site.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-site.yml 
b/.github/workflows/deploy-site.yml
index 2c7fb5a40c..c7cd276f50 100644
--- a/.github/workflows/deploy-site.yml
+++ b/.github/workflows/deploy-site.yml
@@ -35,7 +35,9 @@ jobs:
       - uses: actions/checkout@v3
         with:
           ref: master
-
+      - uses: actions/setup-python@v5
+        with:
+          python-version: '3.8'
       - name: Install Dependencies
         run: |
           sudo apt-get update

Reply via email to