Skip to content

Commit

Permalink
Merge pull request #1643 from gitpython-developers/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
Byron committed Sep 4, 2023
2 parents 2a2ae77 + b32e01e commit 91b464c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Force LF line endings
run: git config --global core.autocrlf input
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 9999
- uses: cygwin/cygwin-install-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.x"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 9999
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 91b464c

Please sign in to comment.