Skip to content

Commit bb65479

Browse files
Bump actions/checkout from 2 to 4 (#531)
1 parent 9cc59f8 commit bb65479

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
python --version
1717
- name: Clone Git repository (without depth limitation)
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121
- name: Install dependencies

.github/workflows/python-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
python --version
2626
- name: Clone Git repository
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828
with:
2929
path: git-repo
3030
- name: Install Python package

.github/workflows/sounddevice-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
python --version
2424
- name: Clone Git repository (with submodules)
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v4
2626
with:
2727
path: git-repo
2828
submodules: true

0 commit comments

Comments
 (0)