소스 검색

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

dependabot[bot] 1 년 전
부모
커밋
a49d4f1de0
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .github/workflows/insider-spearhead.yml
  2. 1 1
      .github/workflows/stable-spearhead.yml

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