We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58e12ca + bf859c8 commit 2acefb8Copy full SHA for 2acefb8
2 files changed
.github/workflows/mypy.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- name: Set up Python ${{matrix.python-version}}
20
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
21
with:
22
python-version: ${{matrix.python-version}}
23
.github/workflows/python-package.yml
@@ -21,7 +21,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
24
25
26
python-version: ${{ matrix.python-version }}
27
0 commit comments