Skip to content

Commit 8a47706

Browse files
ci: bump checkout version
1 parent dd207f2 commit 8a47706

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
architecture: x64
1818

1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Add mypy annotator
2323
uses: pr-annotators/mypy-pr-annotator@v1.0.0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727

2828
- name: Install system dependencies
2929
run: |

0 commit comments

Comments
 (0)