Skip to content

Commit 4950ea9

Browse files
authored
Merge pull request #136 from gitpython-developers/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 0a019a2 + 2afc498 commit 4950ea9

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
@@ -25,7 +25,7 @@ jobs:
2525
continue-on-error: ${{ matrix.experimental }}
2626

2727
steps:
28-
- uses: actions/checkout@v6
28+
- uses: actions/checkout@v7
2929
with:
3030
fetch-depth: 0
3131
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)