Skip to content

Commit d9966a4

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/checkout-7.0.1
2 parents 0ea5a0d + 1a5f028 commit d9966a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v7.0.1
1212
- name: Set up Python ${{ matrix.python-version }}
13-
uses: actions/setup-python@v6
13+
uses: actions/setup-python@v7
1414
with:
1515
python-version: ${{ matrix.python-version }}
1616
- name: Check formatting is correct

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v7.0.1
1313
- name: Set up Python ${{ matrix.python-version }}
14-
uses: actions/setup-python@v6
14+
uses: actions/setup-python@v7
1515
with:
1616
python-version: ${{ matrix.python-version }}
1717
- name: Install tox

0 commit comments

Comments
 (0)