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 8cafa56 commit 91f0600Copy full SHA for 91f0600
.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@v4
.github/workflows/sphinx_build_deploy.yml
@@ -12,7 +12,7 @@ jobs:
name: Build
- - uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
18
with:
0 commit comments