We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7dd2cb + 3bc1977 commit 5758ab2Copy full SHA for 5758ab2
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
27
runs-on: ubuntu-latest
28
steps:
29
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
30
- if: ${{ matrix.versions.python != '2.6' }}
31
run: |
32
docker build \
@@ -43,4 +43,4 @@ jobs:
43
docker run \
44
-e PYTHON_VERSION=${{ matrix.versions.python }} \
45
jmadler/python-future-builder:${{ matrix.versions.python }} \
46
- /root/python-future/test.sh
+ /root/python-future/test.sh
0 commit comments