Skip to content

Commit 593c518

Browse files
Update Tabnine PR agent version to v2
1 parent 1a5b39e commit 593c518

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ permissions:
3737

3838
```yaml
3939
- name: Review PR
40-
uses: codota/tabnine-pr-agent@v1
40+
uses: codota/tabnine-pr-agent@v2
4141
continue-on-error: true
4242
with:
4343
# Tabnine authentication token — required
@@ -120,7 +120,7 @@ jobs:
120120
fetch-depth: 0
121121
122122
- name: Review PR
123-
uses: codota/tabnine-pr-agent@v1
123+
uses: codota/tabnine-pr-agent@v2
124124
continue-on-error: true
125125
with:
126126
TABNINE_KEY: ${{ secrets.TABNINE_KEY }}

0 commit comments

Comments
 (0)