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 adad08d commit a16228dCopy full SHA for a16228d
.github/workflows/on-merge-to-main.yml
@@ -52,7 +52,7 @@ jobs:
52
# Generate documentation
53
#########################
54
- name: Set up Python
55
- uses: actions/setup-python@v2.3.2
+ uses: actions/setup-python@v3
56
with:
57
python-version: '3.8'
58
- name: Install doc generation dependencies
.github/workflows/on-release-prod.yml
@@ -54,7 +54,7 @@ jobs:
59
60
- name: Set RELEASE_VERSION env var
0 commit comments