Skip to content

Commit def8d0b

Browse files
Merge pull request #152 from fontra/dependabot/github_actions/actions/setup-python-7
Bump actions/setup-python from 6 to 7
2 parents 63ffd76 + ac4537e commit def8d0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v7
1818

1919
- name: Set up Python 3.14
20-
uses: actions/setup-python@v6
20+
uses: actions/setup-python@v7
2121
with:
2222
python-version: "3.14"
2323

@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v7
3939

4040
- name: Set up Python ${{ matrix.python-version }}
41-
uses: actions/setup-python@v6
41+
uses: actions/setup-python@v7
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444

0 commit comments

Comments
 (0)