From 560693ab636e7128d6c990b8d2394f55b9439bae Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sat, 13 Jul 2024 23:49:46 -0300 Subject: [PATCH] Solves deprecate nodejs usage by actions in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac8a6c5..f4a93c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - name: Commit and push changes if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }} - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Update translations" file_pattern: .gitmodules locales/**/*.po