Skip to content

Commit 854b4dd

Browse files
Bump stefanzweifel/git-auto-commit-action in the github-actions group
Bumps the github-actions group with 1 update: [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action). Updates `stefanzweifel/git-auto-commit-action` from 5 to 6 - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v5...v6) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cebe989 commit 854b4dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/localicious.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
localicious render ./localizations.yaml ./myconext-gui/src/locale/ --languages en,nl --outputTypes js -c SHARED
3232
rm -fr ./myconext-gui/src/locale/js/Localizable.ts
3333
- name: Commit updated files
34-
uses: stefanzweifel/git-auto-commit-action@v5
34+
uses: stefanzweifel/git-auto-commit-action@v6
3535
with:
3636
commit_message: Automated update of strings.xml after updating localizations.yaml
3737
file_pattern: '**/strings.json'

0 commit comments

Comments
 (0)