We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bedde9 commit ff94f1cCopy full SHA for ff94f1c
1 file changed
.github/workflows/python-package.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: ["3.11", "3.12", "3.13"]
20
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
- name: Set up Python ${{ matrix.python-version }}
24
uses: actions/setup-python@v3
25
with:
0 commit comments