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 ea02b90 commit a53e149Copy full SHA for a53e149
.github/workflows/on-merge-to-main.yml
@@ -61,7 +61,7 @@ jobs:
61
# Generate documentation
62
#########################
63
- name: Set up Python
64
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
65
with:
66
python-version: '3.8'
67
- name: Install doc generation dependencies
.github/workflows/on-release-prod.yml
@@ -66,7 +66,7 @@ jobs:
68
69
70
71
72
- name: Set RELEASE_VERSION env var
0 commit comments