Skip to content

Commit 138cea9

Browse files
authored
Merge pull request #75 from python-virtualenvwrapper/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 23a8c65 + 73e6f60 commit 138cea9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/python-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Python

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- "3.11"
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
2828

@@ -47,7 +47,7 @@ jobs:
4747
fail-fast: false
4848

4949
steps:
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v4
5151
with:
5252
fetch-depth: 0
5353

@@ -78,7 +78,7 @@ jobs:
7878
- "3.11"
7979

8080
steps:
81-
- uses: actions/checkout@v3
81+
- uses: actions/checkout@v4
8282
with:
8383
fetch-depth: 0
8484

@@ -107,7 +107,7 @@ jobs:
107107
- pkglint
108108

109109
steps:
110-
- uses: actions/checkout@v3
110+
- uses: actions/checkout@v4
111111
with:
112112
fetch-depth: 0
113113

@@ -131,7 +131,7 @@ jobs:
131131
fail-fast: false
132132

133133
steps:
134-
- uses: actions/checkout@v3
134+
- uses: actions/checkout@v4
135135
with:
136136
fetch-depth: 0
137137

0 commit comments

Comments
 (0)