Skip to content

Commit b297f64

Browse files
dependabot[bot]dalito
authored andcommitted
Bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.2.0 to 6.0.1. - [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@b863ae1...778341a) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4005b2e commit b297f64

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
@@ -128,7 +128,7 @@ jobs:
128128

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

0 commit comments

Comments
 (0)