From c897f43163b354254c98df51e04c4fc2b9377728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 07:04:29 +0000 Subject: [PATCH] build(deps): bump peter-evans/repository-dispatch from 2 to 3 Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 2 to 3. - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](https://github.com/peter-evans/repository-dispatch/compare/v2...v3) --- updated-dependencies: - dependency-name: peter-evans/repository-dispatch dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-board-list.yml | 2 +- .github/workflows/build-train.yml | 2 +- .github/workflows/forked-helper.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-board-list.yml b/.github/workflows/build-board-list.yml index af26cb7e59c1..adbbb4b9ca19 100644 --- a/.github/workflows/build-board-list.yml +++ b/.github/workflows/build-board-list.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v2 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.ACCESS_TOKEN }} repository: armbian/os diff --git a/.github/workflows/build-train.yml b/.github/workflows/build-train.yml index 5bf163c3c7d6..8baad3e42321 100644 --- a/.github/workflows/build-train.yml +++ b/.github/workflows/build-train.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v2 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.ACCESS_TOKEN }} repository: armbian/os diff --git a/.github/workflows/forked-helper.yml b/.github/workflows/forked-helper.yml index 7710ec90aa59..4bd1b4124786 100644 --- a/.github/workflows/forked-helper.yml +++ b/.github/workflows/forked-helper.yml @@ -27,7 +27,7 @@ jobs: echo "::set-output name=event_details::${JSON}" - name: Dispatch event on forked repostitory if: steps.get_dispatch_secret.outputs.dispatch_secret - uses: peter-evans/repository-dispatch@v2 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ steps.get_dispatch_secret.outputs.dispatch_secret }} repository: ${{ github.repository }}