Skip to content

Commit 20b874a

Browse files
chore(deps): update actions/checkout action to v4
1 parent f224a89 commit 20b874a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check out repo
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- name: Set up Python
1818
uses: actions/setup-python@v3
1919
- name: Run pre-commit
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-python@v3
2929
with:
3030
python-version: ${{ matrix.python-version }}
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
- name: Test with tox
3333
run: |
3434
pip install tox

0 commit comments

Comments
 (0)