diff --git a/.github/workflows/addon-deploy.yaml b/.github/workflows/addon-deploy.yaml index d9480fa..4250604 100644 --- a/.github/workflows/addon-deploy.yaml +++ b/.github/workflows/addon-deploy.yaml @@ -189,7 +189,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🚀 Dispatch repository updater update signal - uses: peter-evans/repository-dispatch@v4.0.0 + uses: peter-evans/repository-dispatch@v4.0.1 with: token: ${{ secrets.DISPATCH_TOKEN }} repository: ${{ github.repository_owner }}/${{ inputs.repository_edge }} @@ -215,7 +215,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🚀 Dispatch repository updater update signal - uses: peter-evans/repository-dispatch@v4.0.0 + uses: peter-evans/repository-dispatch@v4.0.1 with: token: ${{ secrets.DISPATCH_TOKEN }} repository: ${{ github.repository_owner }}/${{ inputs.repository_beta }} @@ -239,7 +239,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🚀 Dispatch repository updater update signal - uses: peter-evans/repository-dispatch@v4.0.0 + uses: peter-evans/repository-dispatch@v4.0.1 with: token: ${{ secrets.DISPATCH_TOKEN }} repository: ${{ github.repository_owner }}/${{ inputs.repository }}