Skip to content

Commit

Permalink
docs: bump python for site to 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Tomer Figenblat <[email protected]>
  • Loading branch information
TomerFi committed Jan 2, 2025
1 parent 4d9f8ed commit 0d6b8fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
ref: ${{ github.ref }}
ssh-key: ${{ secrets.DEPLOY_KEY }}

- name: Setup Python 3.12
uses: actions/setup-python@v5.3.0
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"

- name: Cache pip repository
uses: actions/cache@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
node-version: '20'
cache: npm

- name: Setup Python 3.12
uses: actions/setup-python@v5.3.0
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"

- name: Cache pip repository
uses: actions/cache@v4
Expand Down

0 comments on commit 0d6b8fd

Please sign in to comment.