Skip to content

Commit

Permalink
build(deps): bump peter-evans/repository-dispatch from 2 to 3 (#1794)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent eea73cb commit a49d4f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/insider-spearhead.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: env.SHOULD_BUILD == 'yes'

- name: Dispatch builds
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
event-type: 'insider'
if: env.SHOULD_BUILD == 'yes' || github.event.inputs.force_dispatch == 'true'
2 changes: 1 addition & 1 deletion .github/workflows/stable-spearhead.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
if: env.SHOULD_BUILD == 'yes'

- name: Dispatch builds
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
event-type: 'stable'
if: env.SHOULD_BUILD == 'yes' || github.event.inputs.force_dispatch == 'true'

0 comments on commit a49d4f1

Please sign in to comment.