Bump actions/checkout from 2 to 3 · gitpython-developers/GitPython@044a8bf

Skip to content

Navigation Menu

Sign in

Appearance settings

Commit 044a8bf

dependabot[bot]Byron

authored and

committed

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -21,7 +21,7 @@ jobs:

2121

python-version: [3.7, 3.7.5, 3.7.12, 3.8, 3.8.0, 3.8.11, 3.8, 3.9, 3.9.0, 3.9.7, "3.10"]

2222
2323

steps:

24-

- uses: actions/checkout@v2

24+

- uses: actions/checkout@v3

2525

with:

2626

fetch-depth: 9999

2727

- name: Set up Python ${{ matrix.python-version }}