Skip to content

Commit 5c21fe6

Browse files
dependabot[bot]dalito
authored andcommitted
Bump stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 7.0.0 to 7.1.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@28e16e8...04702ed) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96813fa commit 5c21fe6

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
@@ -137,7 +137,7 @@ jobs:
137137

138138
- name: Add/stage vocabulary changes
139139
# Pinning of action managed by dependabot
140-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
140+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9
141141
with:
142142
# glob pattern of files which should be added to the commit
143143
file_pattern: 'vocabularies/\*.ttl'
@@ -149,7 +149,7 @@ jobs:
149149
150150
- name: Commit vocabulary changes & xlsx cleanup on behalf of PR-author
151151
# Pinning of action managed by dependabot
152-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
152+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9
153153
with:
154154
commit_user_name: voc4cat-CI-bot
155155
commit_message: 'CI: vocabulary update in ${{ GITHUB.SERVER_URL }}/${{ GITHUB.REPOSITORY }}/actions/runs/${{ GITHUB.RUN_ID }}'

0 commit comments

Comments
 (0)