Skip to content

Commit 2da3232

Browse files
authored
Merge pull request #137 from gitpython-developers/dependabot/github_actions/actions/setup-python-7
Bump actions/setup-python from 6 to 7
2 parents 4950ea9 + 920652a commit 2da3232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v6
32+
uses: actions/setup-python@v7
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
allow-prereleases: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)