Skip to content

Commit 89b69bf

Browse files
authored
Merge pull request #119 from python-virtualenvwrapper/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 28a70cf + 6d1bfb5 commit 89b69bf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 1 deletion
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@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Python

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- "3.12"
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0
2929

@@ -48,7 +48,7 @@ jobs:
4848
fail-fast: false
4949

5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v5
5252
with:
5353
fetch-depth: 0
5454

@@ -80,7 +80,7 @@ jobs:
8080
- "3.12"
8181

8282
steps:
83-
- uses: actions/checkout@v4
83+
- uses: actions/checkout@v5
8484
with:
8585
fetch-depth: 0
8686

@@ -109,7 +109,7 @@ jobs:
109109
- pkglint
110110

111111
steps:
112-
- uses: actions/checkout@v4
112+
- uses: actions/checkout@v5
113113
with:
114114
fetch-depth: 0
115115

@@ -133,7 +133,7 @@ jobs:
133133
fail-fast: false
134134

135135
steps:
136-
- uses: actions/checkout@v4
136+
- uses: actions/checkout@v5
137137
with:
138138
fetch-depth: 0
139139

0 commit comments

Comments
 (0)