Skip to content

Commit 752feeb

Browse files
Update actions/checkout action to v7
1 parent 18fde4e commit 752feeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: [macos-14, macos-15, macos-26]
1414
runs-on: ${{ matrix.os }}
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
- name: Install dependencies
1818
run: |
1919
python3 --version

0 commit comments

Comments
 (0)