Skip to content

Commit 764341a

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

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@778341af668090896ca464160c2def5d1d1a3eb0
131+
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
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@778341af668090896ca464160c2def5d1d1a3eb0
143+
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
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)