Skip to content

Commit 75df078

Browse files
build(deps): bump peter-evans/repository-dispatch from 3 to 4 (#2537)
1 parent 9061e7e commit 75df078

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/insider-linux.yml

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

551551
steps:
552552
- name: Trigger repository rebuild
553-
uses: peter-evans/repository-dispatch@v3
553+
uses: peter-evans/repository-dispatch@v4
554554
with:
555555
token: ${{ secrets.STRONGER_GITHUB_TOKEN }}
556556
repository: VSCodium/repositories-linux

.github/workflows/insider-spearhead.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
if: env.SHOULD_BUILD == 'yes'
9393

9494
- name: Dispatch builds
95-
uses: peter-evans/repository-dispatch@v3
95+
uses: peter-evans/repository-dispatch@v4
9696
with:
9797
event-type: insider
9898
if: github.event.inputs.dont_dispatch != 'true' && (env.SHOULD_BUILD == 'yes' || github.event.inputs.force_dispatch == 'true')

.github/workflows/stable-linux.yml

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

582582
steps:
583583
- name: Trigger repository rebuild
584-
uses: peter-evans/repository-dispatch@v3
584+
uses: peter-evans/repository-dispatch@v4
585585
with:
586586
token: ${{ secrets.STRONGER_GITHUB_TOKEN }}
587587
repository: VSCodium/repositories-linux

.github/workflows/stable-spearhead.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
if: env.SHOULD_BUILD == 'yes'
8888

8989
- name: Dispatch builds
90-
uses: peter-evans/repository-dispatch@v3
90+
uses: peter-evans/repository-dispatch@v4
9191
with:
9292
event-type: stable
9393
if: env.SHOULD_BUILD == 'yes' || github.event.inputs.force_dispatch == 'true'

0 commit comments

Comments
 (0)