Skip to content

Commit 223c91d

Browse files
chore(deps): update peter-evans/repository-dispatch action to v4 (#287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c7e4b1f commit 223c91d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/trigger_pact_docs_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Trigger docs.pact.io update workflow
15-
uses: peter-evans/repository-dispatch@v3
15+
uses: peter-evans/repository-dispatch@v4
1616
with:
1717
token: ${{ secrets.GHTOKENFORTRIGGERINGPACTDOCSUPDATE }}
1818
repository: pact-foundation/docs.pact.io

.github/workflows/update_gems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: script/scan.sh pactfoundation/pact-broker:latest
7979

8080
- name: Trigger release
81-
uses: peter-evans/repository-dispatch@v3
81+
uses: peter-evans/repository-dispatch@v4
8282
with:
8383
token: ${{ secrets.GHTOKENFORPBDOCKERRELEASE }}
8484
event-type: release-triggered

0 commit comments

Comments
 (0)