瀏覽代碼

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

dependabot[bot] 2 天之前
父節點
當前提交
75df078e52

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

@@ -550,7 +550,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Trigger repository rebuild
       - name: Trigger repository rebuild
-        uses: peter-evans/repository-dispatch@v3
+        uses: peter-evans/repository-dispatch@v4
         with:
         with:
           token: ${{ secrets.STRONGER_GITHUB_TOKEN }}
           token: ${{ secrets.STRONGER_GITHUB_TOKEN }}
           repository: VSCodium/repositories-linux
           repository: VSCodium/repositories-linux

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

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

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

@@ -581,7 +581,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Trigger repository rebuild
       - name: Trigger repository rebuild
-        uses: peter-evans/repository-dispatch@v3
+        uses: peter-evans/repository-dispatch@v4
         with:
         with:
           token: ${{ secrets.STRONGER_GITHUB_TOKEN }}
           token: ${{ secrets.STRONGER_GITHUB_TOKEN }}
           repository: VSCodium/repositories-linux
           repository: VSCodium/repositories-linux

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

@@ -87,7 +87,7 @@ jobs:
         if: env.SHOULD_BUILD == 'yes'
         if: env.SHOULD_BUILD == 'yes'
 
 
       - name: Dispatch builds
       - name: Dispatch builds
-        uses: peter-evans/repository-dispatch@v3
+        uses: peter-evans/repository-dispatch@v4
         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'