From cebb7d08ccf1359365438636eab5180d526b8005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 08:51:51 +0100 Subject: [PATCH] Bump peter-evans/repository-dispatch from 2.1.2 to 3.0.0 (#1691) Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 2.1.2 to 3.0.0. - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](https://github.com/peter-evans/repository-dispatch/compare/v2.1.2...v3.0.0) --- updated-dependencies: - dependency-name: peter-evans/repository-dispatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/push_pull.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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