Skip to content

Commit d68f629

Browse files
authored
ci: 🛠️ update Python version to 3.12 and upgrade setup-uv action to v7.0.0 (#1260)
1 parent d92efa4 commit d68f629

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
timeout-minutes: 10
2727
strategy:
2828
matrix:
29-
python-version: ["3.13"]
29+
python-version: ["3.12"]
3030
steps:
3131
- name: 📥 Checkout the repository
3232
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3333
with:
3434
fetch-depth: 0
3535

3636
- name: 🐍 Install uv and set Python ${{ matrix.python-version }}
37-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
37+
uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0.0
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040
activate-environment: true

0 commit comments

Comments
 (0)