We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a909955 commit 0ddcfdcCopy full SHA for 0ddcfdc
1 file changed
.github/workflows/python.yml
@@ -21,7 +21,7 @@ jobs:
21
python-version: ['3.9']
22
steps:
23
- uses: actions/checkout@v5
24
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
25
with:
26
python-version: ${{ matrix.python-version }}
27
- run: pip install --upgrade pipenv==2024.1.0
@@ -40,7 +40,7 @@ jobs:
40
fail-fast: false
41
42
43
44
45
46
0 commit comments