Skip to content

Commit 014db52

Browse files
renovate[bot]JP-Ellis
authored andcommitted
chore(deps): update peter-evans/repository-dispatch action to v4
1 parent 42fbc6c commit 014db52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/manual_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
steps:
7575
- name: Notify ${{ matrix.repository }} of gem release
76-
uses: peter-evans/repository-dispatch@v3
76+
uses: peter-evans/repository-dispatch@v4
7777
with:
7878
token: ${{ secrets.GHTOKENFORRELEASEDISPATCH }}
7979
repository: ${{ matrix.repository }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Notify ${{ matrix.repository }} of gem release
54-
uses: peter-evans/repository-dispatch@v3
54+
uses: peter-evans/repository-dispatch@v4
5555
with:
5656
token: ${{ secrets.GHTOKENFORRELEASEDISPATCH }}
5757
repository: ${{ matrix.repository }}

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
RELEASED_GEM_VERSION: ${{ github.event.client_payload.version }}
3333

3434
- name: Trigger release
35-
uses: peter-evans/repository-dispatch@v3
35+
uses: peter-evans/repository-dispatch@v4
3636
with:
3737
token: ${{ secrets.GHTOKENFORRELEASEDISPATCH }}
3838
event-type: release-triggered

0 commit comments

Comments
 (0)