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.
2 parents 64b7d7b + 91f0600 commit ad3ce0cCopy full SHA for ad3ce0c
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Build Release Packages
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- name: Set up Python
16
id: setup
17
uses: actions/setup-python@v5
.github/workflows/sphinx_build_deploy.yml
@@ -12,7 +12,7 @@ jobs:
name: Build
- - uses: actions/checkout@v2
- name: Setup Python
18
with:
0 commit comments