From f759508736d7d0a3da6d5fcc468c36aa08608248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:28:32 +0000 Subject: [PATCH] chore(deps): bump codex-/return-dispatch from 1 to 2 Bumps [codex-/return-dispatch](https://github.com/codex-/return-dispatch) from 1 to 2. - [Release notes](https://github.com/codex-/return-dispatch/releases) - [Changelog](https://github.com/Codex-/return-dispatch/blob/main/.release-it.json) - [Commits](https://github.com/codex-/return-dispatch/compare/v1...v2) --- updated-dependencies: - dependency-name: codex-/return-dispatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable_repository_dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_repository_dispatch.yml b/.github/workflows/reusable_repository_dispatch.yml index 8decef6..f1c2a19 100644 --- a/.github/workflows/reusable_repository_dispatch.yml +++ b/.github/workflows/reusable_repository_dispatch.yml @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Dispatch an action and get the run ID - uses: codex-/return-dispatch@v1 + uses: codex-/return-dispatch@v2 id: return_dispatch with: token: ${{ secrets.PAT_REPO_DISPATCH }} # this is an org level secret