We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8743c2f commit 864e173Copy full SHA for 864e173
1 file changed
.github/workflows/python.yml
@@ -15,7 +15,7 @@ jobs:
15
python-version: [ "3.13", "3.14" ]
16
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
19
- name: Set up Python ${{ matrix.python-version }}
20
uses: actions/setup-python@v5
21
with:
0 commit comments