Skip to content

Commit 4a27737

Browse files
authored
Merge pull request #284 from tkem/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents c6702ed + cdeee91 commit 4a27737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"]
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- uses: actions/setup-python@v4
1919
with:
2020
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)