Skip to content

Commit a108d20

Browse files
committed
ci: specify full cagent action version
docker/cagent-action was not available as @v1 so pinning to patch Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent 24b75c8 commit a108d20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)