We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc11da8 commit 5f6b2eeCopy full SHA for 5f6b2ee
1 file changed
.github/workflows/python.yml
@@ -20,7 +20,7 @@ jobs:
20
matrix:
21
python-version: ['3.13']
22
steps:
23
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
24
- uses: actions/setup-python@v6
25
with:
26
python-version: ${{ matrix.python-version }}
@@ -41,7 +41,7 @@ jobs:
41
- '3.13'
42
fail-fast: false
43
44
45
46
47
0 commit comments