Skip to content

Commit b88e88a

Browse files
update to GH workflow to use actions/checkout@v4
1 parent c3d9855 commit b88e88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
os: ["ubuntu"]
1313
runs-on: ${{ matrix.os }}-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- uses: actions/setup-python@v2
1717
with:
1818
python-version: "3.10"

0 commit comments

Comments
 (0)