Skip to content

Commit 8dadbd5

Browse files
dependabot[bot]igorpecovnik
authored andcommitted
Bump peter-evans/repository-dispatch from 3 to 4
Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 3 to 4. - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](peter-evans/repository-dispatch@v3...v4) --- updated-dependencies: - dependency-name: peter-evans/repository-dispatch dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fad1427 commit 8dadbd5

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/generate-base-files-info-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
git push
4242
4343
- name: "Generate directory"
44-
uses: peter-evans/repository-dispatch@v3
44+
uses: peter-evans/repository-dispatch@v4
4545
with:
4646
token: ${{ secrets.GITHUB_TOKEN }}
4747
event-type: "Generate directory"

.github/workflows/generate-jira-excerpt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
git push
162162
163163
- name: "Run pull from Repository action"
164-
uses: peter-evans/repository-dispatch@v3
164+
uses: peter-evans/repository-dispatch@v4
165165
with:
166166
token: ${{ secrets.GITHUB_TOKEN }}
167167
event-type: "Repository status"

.github/workflows/generate-motd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
git push
4747
4848
- name: "Run Bigin update action"
49-
uses: peter-evans/repository-dispatch@v3
49+
uses: peter-evans/repository-dispatch@v4
5050
with:
5151
token: ${{ secrets.GITHUB_TOKEN }}
5252
event-type: "Bigin update"

.github/workflows/generate-partners-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
git push
116116
117117
- name: "Run base-files update action"
118-
uses: peter-evans/repository-dispatch@v3
118+
uses: peter-evans/repository-dispatch@v4
119119
with:
120120
token: ${{ secrets.GITHUB_TOKEN }}
121121
event-type: "Base files"

.github/workflows/generate-redirector-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ jobs:
580580
archive
581581
582582
- name: "Run webindex update action"
583-
uses: peter-evans/repository-dispatch@v3
583+
uses: peter-evans/repository-dispatch@v4
584584
with:
585585
token: ${{ secrets.GITHUB_TOKEN }}
586586
event-type: "Webindex update"

.github/workflows/generate-web-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
224224
225225
- name: "Run Jira update action"
226-
uses: peter-evans/repository-dispatch@v3
226+
uses: peter-evans/repository-dispatch@v4
227227
with:
228228
token: ${{ secrets.GITHUB_TOKEN }}
229229
event-type: "Jira update"

.github/workflows/repository-status.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
git push
7474
7575
- name: "Run Bigin update action"
76-
uses: peter-evans/repository-dispatch@v3
76+
uses: peter-evans/repository-dispatch@v4
7777
with:
7878
token: ${{ secrets.GITHUB_TOKEN }}
7979
event-type: "MOTD update"

0 commit comments

Comments
 (0)