2 parents 0ea5a0d + 1a5f028 commit d9966a4Copy full SHA for d9966a4
2 files changed
.github/workflows/check-format.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v7.0.1
12
- name: Set up Python ${{ matrix.python-version }}
13
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
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