Skip to content

Commit

Permalink
Merge pull request #634 from cclauss/patch-6
Browse files Browse the repository at this point in the history
Upgrade to actions/checkout@v4
  • Loading branch information
edschofield committed Feb 21, 2024
2 parents a7dd2cb + 3bc1977 commit 5758ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -26,7 +26,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- if: ${{ matrix.versions.python != '2.6' }}
run: |
docker build \
Expand All @@ -43,4 +43,4 @@ jobs:
docker run \
-e PYTHON_VERSION=${{ matrix.versions.python }} \
jmadler/python-future-builder:${{ matrix.versions.python }} \
/root/python-future/test.sh
/root/python-future/test.sh

0 comments on commit 5758ab2

Please sign in to comment.