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 25fab2e commit 3675a29Copy full SHA for 3675a29
.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@v4.3.1
+ - uses: actions/setup-python@v4.4.0
25
with:
26
python-version: '3.11'
27
.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@v4.3.1
+ uses: actions/setup-python@v4.4.0
33
34
35
.github/workflows/style_checks.yaml
@@ -20,7 +20,7 @@ jobs:
20
# Setup Miniconda
0 commit comments