Skip to content

Commit 674f5ba

Browse files
committed
Updated checkout action [skip ci]
1 parent e2986da commit 674f5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v4
11+
- uses: actions/checkout@v5
1212
- uses: actions/setup-python@v5
1313
with:
1414
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)