Skip to content

Commit 849d105

Browse files
authored
Merge pull request #570 from keeps/dependabot/github_actions/peter-evans/repository-dispatch-4
Bump peter-evans/repository-dispatch from 3 to 4
2 parents 0979e55 + 3fb2ae4 commit 849d105

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: Repository Dispatch
55-
uses: peter-evans/repository-dispatch@v3
55+
uses: peter-evans/repository-dispatch@v4
5656
with:
5757
token: ${{ secrets.REPO_ACCESS_TOKEN }}
5858
repository: ${{ matrix.repo }}

.github/workflows/dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Repository Dispatch
20-
uses: peter-evans/repository-dispatch@v3
20+
uses: peter-evans/repository-dispatch@v4
2121
with:
2222
token: ${{ secrets.REPO_ACCESS_TOKEN }}
2323
repository: ${{ matrix.repo }}

.github/workflows/latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: Repository Dispatch
55-
uses: peter-evans/repository-dispatch@v3
55+
uses: peter-evans/repository-dispatch@v4
5656
with:
5757
token: ${{ secrets.REPO_ACCESS_TOKEN }}
5858
repository: ${{ matrix.repo }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
id: tag
7575
run: echo ::set-output name=result::${GITHUB_REF/refs\/tags\/v/}
7676
- name: Repository Dispatch
77-
uses: peter-evans/repository-dispatch@v3
77+
uses: peter-evans/repository-dispatch@v4
7878
with:
7979
token: ${{ secrets.REPO_ACCESS_TOKEN }}
8080
repository: ${{ matrix.repo }}

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: Repository Dispatch
55-
uses: peter-evans/repository-dispatch@v3
55+
uses: peter-evans/repository-dispatch@v4
5656
with:
5757
token: ${{ secrets.REPO_ACCESS_TOKEN }}
5858
repository: ${{ matrix.repo }}

0 commit comments

Comments
 (0)