Skip to content

Commit fbea0cd

Browse files
authored
Merge pull request #171 from twisted/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 1723e65 + 1e1fa5e commit fbea0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v4
6464

6565
- name: Set up Python
66-
uses: actions/setup-python@v5
66+
uses: actions/setup-python@v6
6767
with:
6868
python-version: ${{ matrix.python-version }}
6969

0 commit comments

Comments
 (0)