We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3992b13 commit ce7cca3Copy full SHA for ce7cca3
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
PACT_CLI_IMG: pactfoundation/pact-cli:0.12.3.0
18
PACT_BROKER_URL: localhost:9292
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
22
- name: Start dependencies with docker-compose
23
run: docker compose -f pact-tools/pact-broker/docker-compose.yml up -d
0 commit comments