Skip to content

Commit 151a5db

Browse files
dependabot[bot]dalito
authored andcommitted
Bump stefanzweifel/git-auto-commit-action from 5.1.0 to 5.2.0
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.1.0 to 5.2.0. - [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@e348103...b863ae1) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2833d84 commit 151a5db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Add/stage vocabulary changes
131131
# Pinning of action managed by dependabot
132-
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79
132+
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403
133133
with:
134134
# glob pattern of files which should be added to the commit
135135
file_pattern: 'vocabularies/\*.ttl'
@@ -141,7 +141,7 @@ jobs:
141141
142142
- name: Commit vocabulary changes & xlsx cleanup on behalf of PR-author
143143
# Pinning of action managed by dependabot
144-
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79
144+
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403
145145
with:
146146
commit_user_name: voc4cat-CI-bot
147147
commit_message: 'CI: vocabulary update in ${{ GITHUB.SERVER_URL }}/${{ GITHUB.REPOSITORY }}/actions/runs/${{ GITHUB.RUN_ID }}'

0 commit comments

Comments
 (0)