We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a284f7e commit 39ed0deCopy full SHA for 39ed0de
.github/workflows/deploy.yml
@@ -15,10 +15,10 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout main branch
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
19
20
- name: Install Python
21
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
22
with:
23
# actions/setup-python recommends that python-version be fixed so that workflow runs are more
24
# predictable.
.github/workflows/pr-preview.yml
@@ -29,6 +29,8 @@ jobs:
29
30
31
uses: actions/setup-python@v4
32
+ with:
33
+ python-version: "3.12.7"
34
35
- name: Install mkdocs
36
run: pip install mkdocs
0 commit comments