We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fccd7e commit 6c89017Copy full SHA for 6c89017
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
name: pre-commit-hooks
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
- uses: actions/setup-python@v4
21
with:
22
python-version: "3.10"
.github/workflows/publish_pypi.yml
@@ -14,7 +14,7 @@ jobs:
14
shell: bash -l {0}
15
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
fetch-depth: 0
- name: Set up Python
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
python-version: ["3.9", "3.10", "3.11"]
23
24
- name: Setup mamba
0 commit comments