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 c7c302c commit c7689a8Copy full SHA for c7689a8
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
# 'pactflow-example-bi-directional-provider-dotnet'
28
]
29
steps:
30
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
31
- name: Set up JDK 17
32
uses: actions/setup-java@v4
33
with:
@@ -47,7 +47,7 @@ jobs:
47
runs-on: ubuntu-latest
48
needs: test
49
50
51
- run: docker pull pactfoundation/pact-cli:latest
52
- name: Can I deploy?
53
run: GIT_BRANCH=${GIT_REF:11} make can_i_deploy
@@ -57,7 +57,7 @@ jobs:
57
58
needs: can-i-deploy
59
60
61
62
- name: Deploy
63
run: GIT_BRANCH=${GIT_REF:11} make deploy
0 commit comments