Skip to content

Commit 4eb7dd6

Browse files
authored
Merge pull request #23874 from dvdksn/fix-cagent-action-version
ci: specify full cagent action version
2 parents 24b75c8 + a108d20 commit 4eb7dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
git checkout -b agent/issue-${{ github.event.issue.number }}
3232
3333
- name: Run agent
34-
uses: docker/cagent-action@v1
34+
uses: docker/cagent-action@v1.0.3
3535
with:
3636
agent: ./agent.yml
3737
yolo: true

0 commit comments

Comments
 (0)