Skip to content

Commit bcbe5df

Browse files
authored
Merge pull request #111 from gitpython-developers/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents be483fc + 86402e6 commit bcbe5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v4
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
allow-prereleases: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)