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 df32ff7 commit c5515abCopy full SHA for c5515ab
.github/workflows/lint.yml
@@ -4,7 +4,7 @@ jobs:
4
flake8-and-mypy:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
8
- name: Set up Python
9
uses: actions/setup-python@v4
10
with:
.github/workflows/release.yml
@@ -6,7 +6,7 @@ jobs:
build-and-publish:
11
12
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
matrix:
python-version: ["3.9", "3.10", "3.11"]
- name: Set up Python ${{ matrix.python-version }}
13
0 commit comments