We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db6e015 + 8aaa799 commit 00f39f0Copy full SHA for 00f39f0
.github/workflows/check-format.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4.2.2
12
- name: Set up Python ${{ matrix.python-version }}
13
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
14
with:
15
python-version: ${{ matrix.python-version }}
16
- name: Check formatting is correct
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
17
- name: Install tox
0 commit comments