diff --git a/.github/workflows/t3code-update.yaml b/.github/workflows/t3code-update.yaml index 3ea7eb2..f2f1bfd 100644 --- a/.github/workflows/t3code-update.yaml +++ b/.github/workflows/t3code-update.yaml @@ -37,7 +37,7 @@ jobs: - name: Commit changes id: commit if: steps.check.outputs.should_update == 'true' - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "${{ steps.update.outputs.commit_message }}" file_pattern: "sources.json"