Ver código fonte

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

dependabot[bot] 1 ano atrás
pai
commit
a49d4f1de0

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

@@ -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'

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

@@ -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'