Skip to content

Commit

Permalink
Solves deprecate nodejs usage by actions in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle authored Jul 14, 2024
1 parent 0eda9ec commit 560693a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 560693a

Please sign in to comment.