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 12cf87d commit 473db56Copy full SHA for 473db56
.github/workflows/format-command.yml
@@ -21,7 +21,7 @@ jobs:
21
ref: ${{ github.event.client_payload.pull_request.head.ref }}
22
23
# Setup Python environment
24
- - uses: actions/setup-python@v3.1.2
+ - uses: actions/setup-python@v4.0.0
25
26
# Install formatting tools
27
- name: Install formatting tools
.github/workflows/publish-to-pypi.yml
@@ -29,7 +29,7 @@ jobs:
29
fetch-depth: 0
30
31
- name: Set up Python
32
- uses: actions/setup-python@v3.1.2
+ uses: actions/setup-python@v4.0.0
33
with:
34
python-version: '3.10'
35
.github/workflows/style_checks.yaml
@@ -20,7 +20,7 @@ jobs:
20
# Setup Miniconda
0 commit comments