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 1249f8d commit f93f6d4Copy full SHA for f93f6d4
.github/workflows/deploy-docs.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install Python
17
uses: actions/setup-python@v4
18
with:
19
- python-version: '3.11'
+ python-version: '3.12'
20
- name: Install dependencies
21
run: pip install --no-deps -r docs/requirements.txt
22
- name: Fetch branch
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
run:
35
shell: bash
36
steps:
37
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
38
- run: npm install --only=prod
39
- uses: ./
40
with: ${{ matrix.config }}
0 commit comments