Skip to content

Commit f606ee2

Browse files
committed
Updated checkout action
1 parent 5b06584 commit f606ee2

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
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
python: [3.14, 3.9]
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- uses: actions/setup-python@v6
1313
with:
1414
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)