Skip to content

Commit b44ae6a

Browse files
authored
Merge pull request #158 from race-tech/dependabot/github_actions/codex-/return-dispatch-2
build(deps): bump codex-/return-dispatch from 1 to 2
2 parents 731c6d0 + 5941013 commit b44ae6a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/manual_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Dispatch an action and get the run ID
16-
uses: codex-/return-dispatch@v1
16+
uses: codex-/return-dispatch@v2
1717
id: return_dispatch
1818
with:
1919
token: ${{ secrets.UPDATER_PAT }}

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Dispatch an action and get the run ID
18-
uses: codex-/return-dispatch@v1
18+
uses: codex-/return-dispatch@v2
1919
id: return_dispatch
2020
with:
2121
token: ${{ secrets.UPDATER_PAT }}

0 commit comments

Comments
 (0)