diff --git a/.github/workflows/chatgpt.yaml b/.github/workflows/chatgpt.yaml index 467adb2..5de366f 100644 --- a/.github/workflows/chatgpt.yaml +++ b/.github/workflows/chatgpt.yaml @@ -9,7 +9,7 @@ jobs: name: ChatGTP Explain Code steps: - name: ChatGTP Explain Code 🤖 - uses: cirolini/chatgpt-github-actions@v1 + uses: cirolini/chatgpt-github-actions@v2 with: openai_api_key: ${{ secrets.openai_api_key }} github_token: ${{ secrets.GITHUB_TOKEN }}