We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d17ff commit 7af3ee1Copy full SHA for 7af3ee1
.github/workflows/black.yml
@@ -14,7 +14,7 @@ jobs:
14
python-version: ['3.9']
15
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
- name: Set up Python ${{ matrix.python-version }}
19
uses: actions/setup-python@v5
20
with:
.github/workflows/flake8.yml
0 commit comments