Skip to content

Commit a90973f

Browse files
committed
chore: release to 0.3.8
1 parent 75b57a0 commit a90973f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/issue-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: sudo apt-get update && sudo apt-get install -y ripgrep
2121

2222
- name: 🔍 Analyze Issue with AutoDev
23-
uses: unit-mesh/[email protected].7
23+
uses: unit-mesh/[email protected].8
2424
with:
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
2626
deepseek-token: ${{ secrets.DEEPSEEK_TOKEN }}

.github/workflows/test-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v4
3838

3939
- name: 🔍 Test AutoDev Action
40-
uses: unit-mesh/[email protected].7
40+
uses: unit-mesh/[email protected].8
4141
with:
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
4343
deepseek-token: ${{ secrets.DEEPSEEK_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autodev-remote-agent-action",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"description": "AutoDev GitHub Agent Action - Automated issue analysis for GitHub repositories",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)