Skip to content

Commit 8c14501

Browse files
Update actions/checkout action to v7
1 parent a80e885 commit 8c14501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
python-version: ['3.7', '3.8', '3.9', '3.10']
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v7
1717

1818
- name: Set up Python ${{ matrix.python-version }}
1919
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)