File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727 # 'pactflow-example-bi-directional-provider-dotnet'
2828 ]
2929 steps :
30- - uses : actions/checkout@v3
31- - uses : actions/setup-python@v3
30+ - uses : actions/checkout@v4
31+ - uses : actions/setup-python@v4
3232 with :
33- python-version : ' 3.8 '
33+ python-version : ' 3.11 '
3434 architecture : ' x64'
3535 - run : pip install -r requirements.txt
3636 - name : Test pactflow-example-consumer-python against ${{ matrix.pact_provider }}
4747 runs-on : ubuntu-latest
4848 needs : test
4949 steps :
50- - uses : actions/checkout@v2
50+ - uses : actions/checkout@v4
5151 - run : docker pull pactfoundation/pact-cli:latest
5252 - name : Can I deploy?
5353 run : GIT_BRANCH=${GIT_REF:11} make can_i_deploy
5757 runs-on : ubuntu-latest
5858 needs : can-i-deploy
5959 steps :
60- - uses : actions/checkout@v2
60+ - uses : actions/checkout@v4
6161 - run : docker pull pactfoundation/pact-cli:latest
6262 - name : Deploy
6363 run : GIT_BRANCH=${GIT_REF:11} make deploy
Original file line number Diff line number Diff line change 2222pacts /
2323logs /
2424* .log
25-
25+ .venv
Original file line number Diff line number Diff line change 11Flask == 1.1.1
2- pytest == 5.4.1
2+ pytest == 6.2.5
33requests == 2.28.0
4- pact_python == 2.0.0
4+ pact_python == 2.2.2
You can’t perform that action at this time.
0 commit comments