Skip to content

Commit c15c687

Browse files
Merge pull request #172 from pytest-dev/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 1 to 3
2 parents 57af12e + 0c2dd49 commit c15c687

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
python: ["3.7","3.8","3.10","3.11", "pypy-3.7"]
1515

1616
steps:
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v3
18+
with:
19+
fetch-depth: 0
1820
- name: Set up Python
1921
uses: actions/setup-python@v4
2022
with:
@@ -33,7 +35,9 @@ jobs:
3335
needs: tests
3436

3537
steps:
36-
- uses: actions/checkout@v1
38+
- uses: actions/checkout@v3
39+
with:
40+
fetch-depth: 0
3741
- name: Set up Python
3842
uses: actions/setup-python@v4
3943
with:

0 commit comments

Comments
 (0)