diff --git a/.github/workflows/push_pull.yml b/.github/workflows/push_pull.yml index add2c9440..44510477b 100644 --- a/.github/workflows/push_pull.yml +++ b/.github/workflows/push_pull.yml @@ -39,7 +39,7 @@ jobs: steps: - name: 📲 Dispatch APT/DNF build if: ${{ env.SECRET_HYPERION_BOT_TOKEN != null }} - uses: peter-evans/repository-dispatch@v2.1.2 + uses: peter-evans/repository-dispatch@v3.0.0 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 941e07dd9..be59ce035 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@v2.1.2 + uses: peter-evans/repository-dispatch@v3.0.0 if: ${{ github.repository_owner == 'hyperion-project'}} with: repository: hyperion-project/HyperBian