Skip to content

Commit 00f39f0

Browse files
authored
Merge pull request #304 from hingston/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents db6e015 + 8aaa799 commit 00f39f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4.2.2
1212
- name: Set up Python ${{ matrix.python-version }}
13-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@v6
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@v4.2.2
1313
- name: Set up Python ${{ matrix.python-version }}
14-
uses: actions/setup-python@v5
14+
uses: actions/setup-python@v6
1515
with:
1616
python-version: ${{ matrix.python-version }}
1717
- name: Install tox

0 commit comments

Comments
 (0)