Skip to content

Commit 2e5ec32

Browse files
authored
Update .github/workflows/python-package.yml
Signed-off-by: Zack Koppert <[email protected]>
1 parent ba5c343 commit 2e5ec32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
python-version: [3.11, 3.12, 3.13]
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v5.0.0
2323
- name: Set up Python ${{ matrix.python-version }}
2424
uses: actions/[email protected]
2525
with:

0 commit comments

Comments
 (0)