Skip to content

Commit 5758ab2

Browse files
authored
Merge pull request #634 from cclauss/patch-6
Upgrade to actions/checkout@v4
2 parents a7dd2cb + 3bc1977 commit 5758ab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- if: ${{ matrix.versions.python != '2.6' }}
3131
run: |
3232
docker build \
@@ -43,4 +43,4 @@ jobs:
4343
docker run \
4444
-e PYTHON_VERSION=${{ matrix.versions.python }} \
4545
jmadler/python-future-builder:${{ matrix.versions.python }} \
46-
/root/python-future/test.sh
46+
/root/python-future/test.sh

0 commit comments

Comments
 (0)