Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 4, 2024
1 parent 2791e45 commit 0d60d8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
pipenv
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
run: python3 -m pip install -U pip setuptools wheel

- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/[email protected]
Expand Down

0 comments on commit 0d60d8e

Please sign in to comment.