Skip to content

Commit e62941b

Browse files
Merge pull request #892 from pypa/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents dcf86b8 + a4798cb commit e62941b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
2828

@@ -42,7 +42,7 @@ jobs:
4242

4343
name: ${{ matrix.os }} - Python ${{ matrix.python_version }}
4444
steps:
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646
- name: Setup python
4747
uses: actions/setup-python@v4
4848
if: matrix.python_version != 'msys2'

0 commit comments

Comments
 (0)