Sfoglia il codice sorgente

build(deps): bump peter-evans/repository-dispatch from 2 to 3 (#1794)

dependabot[bot] 1 anno fa
parent
commit
a49d4f1de0

+ 1 - 1
.github/workflows/insider-spearhead.yml

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

+ 1 - 1
.github/workflows/stable-spearhead.yml

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