diff --git a/.github/workflows/push_pull.yml b/.github/workflows/push_pull.yml index a991f0213..5aaccdc96 100644 --- a/.github/workflows/push_pull.yml +++ b/.github/workflows/push_pull.yml @@ -94,7 +94,7 @@ jobs: steps: - name: 📲 Dispatch APT/DNF build if: ${{ env.SECRET_HYPERION_BOT_TOKEN != null }} - uses: peter-evans/repository-dispatch@v4.0.0 + uses: peter-evans/repository-dispatch@v4.0.1 with: repository: hyperion-project/hyperion.releases-ci token: ${{ secrets.HYPERION_BOT_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80873dbc2..20ab499c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: steps: # Dispatch event to build new HyperBian image - name: 📲 Dispatch HyperBian build - uses: peter-evans/repository-dispatch@v4.0.0 + uses: peter-evans/repository-dispatch@v4.0.1 if: ${{ github.repository_owner == 'hyperion-project'}} with: repository: hyperion-project/HyperBian