Skip to content

Commit 57c0ddf

Browse files
committed
Try actions/checkout@v4
1 parent bb961bb commit 57c0ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ["3.8", "3.9", "3.10", "3.11"]
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
submodules: "true"
2323
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)