From ac1b6045d3bb462501c4d0679dd289b644c838cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:02:45 +0000 Subject: [PATCH] build(deps): bump peter-evans/repository-dispatch from 3 to 4 Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 3 to 4. - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](https://github.com/peter-evans/repository-dispatch/compare/v3...v4) --- updated-dependencies: - dependency-name: peter-evans/repository-dispatch dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/forked-helper.yml | 2 +- .github/workflows/update-board-list.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/forked-helper.yml b/.github/workflows/forked-helper.yml index 5693e7e2a0..cd64c45bdb 100644 --- a/.github/workflows/forked-helper.yml +++ b/.github/workflows/forked-helper.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Dispatch event on forked repository if: ${{ env.DISPATCH_SECRET != '' }} # Check that the secret has been set, if not, exit - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ env.DISPATCH_SECRET }} repository: ${{ github.repository }} diff --git a/.github/workflows/update-board-list.yml b/.github/workflows/update-board-list.yml index ed77ccd19a..36875e488a 100644 --- a/.github/workflows/update-board-list.yml +++ b/.github/workflows/update-board-list.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.ACCESS_TOKEN }} repository: armbian/os