Skip to content

Commit efb1908

Browse files
committed
ci: verify provider by consumer version selectors
1 parent 76bc50c commit efb1908

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
test:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
21-
- uses: actions/setup-python@v3
20+
- uses: actions/checkout@v4
21+
- uses: actions/setup-python@v5
2222
with:
2323
python-version: '3.8'
2424
architecture: 'x64'
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
needs: test
3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v4
3535
- run: docker pull pactfoundation/pact-cli:latest
3636
- name: Can I deploy?
3737
run: GIT_BRANCH=${GITHUB_REF:11} make can_i_deploy
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
needs: can-i-deploy
4343
steps:
44-
- uses: actions/checkout@v2
44+
- uses: actions/checkout@v4
4545
- run: docker pull pactfoundation/pact-cli:latest
4646
- name: Deploy
4747
run: GIT_BRANCH=${GITHUB_REF:11} make deploy

.github/workflows/verify_changed_pact.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
verify-changed-pact:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
21-
- uses: actions/setup-python@v3
20+
- uses: actions/checkout@v4
21+
- uses: actions/setup-python@v5
2222
with:
2323
python-version: '3.8'
2424
architecture: 'x64'

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
- PACT_BROKER_USERNAME
4040
- PACT_BROKER_PASSWORD
4141
- PACT_BROKER_PUBLISH_VERIFICATION_RESULTS
42-
- PACT_WEBHOOK_CALLBACK_URL=${PACT_URL}
42+
# - PACT_WEBHOOK_CALLBACK_URL=${PACT_URL}
4343
- GIT_COMMIT
4444
- GIT_BRANCH
4545
command: >

0 commit comments

Comments
 (0)