Skip to content

Commit 6454cfd

Browse files
author
sangeet-joy_xero
committed
updated the version number of the action
1 parent c600051 commit 6454cfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
return token
5555
5656
- name: Dispatch an action and get the run ID
57-
uses: codex-/return-dispatch@v1
57+
uses: codex-/return-dispatch@v1.15.0
5858
id: return_dispatch
5959
with:
6060
token: ${{ steps.get_access_token.outputs.result }}
@@ -65,7 +65,7 @@ jobs:
6565
workflow_inputs: '{"branch_name": "${{github.head_ref}}"}'
6666

6767
- name: Await Run ID ${{ steps.return_dispatch.outputs.run_id }}
68-
uses: Codex-/await-remote-run@v1.0.0
68+
uses: Codex-/await-remote-run@v1.12.2
6969
with:
7070
token: ${{ steps.get_access_token.outputs.result }}
7171
repo: return-dispatch

0 commit comments

Comments
 (0)