We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af3ee1 commit 3181e43Copy full SHA for 3181e43
.github/workflows/black.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v5
18
- name: Set up Python ${{ matrix.python-version }}
19
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
20
with:
21
python-version: ${{ matrix.python-version }}
22
- name: Install dependencies
.github/workflows/flake8.yml
0 commit comments