From c598d96f71fa52421879c5d6f092eeded731bd6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 18:08:44 +0000 Subject: [PATCH] Update cirolini/chatgpt-github-actions action to v2 --- .github/workflows/chatgpt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}