Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4 (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 30, 2024
1 parent 9cc59f8 commit bb65479
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
python --version
- name: Clone Git repository (without depth limitation)
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
python --version
- name: Clone Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: git-repo
- name: Install Python package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sounddevice-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
python --version
- name: Clone Git repository (with submodules)
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: git-repo
submodules: true
Expand Down

0 comments on commit bb65479

Please sign in to comment.