Skip to content

Commit 7458671

Browse files
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@v7.0.0...v7.1.0) --- 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] <[email protected]>
1 parent 440f03a commit 7458671

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/schedule-daily-1100.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929

3030
- name: Auto Commit
31-
uses: stefanzweifel/git-auto-commit-action@v7.0.0
31+
uses: stefanzweifel/git-auto-commit-action@v7.1.0
3232
with:
3333
# Optional glob pattern of files which should be added to the commit
3434
file_pattern: _data/external/github-data.json

.github/workflows/schedule-monthly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# Commits list of inactive members to repo for using in next step, and in one month
4747
- name: Update Inactive Members JSON
4848
id: update-inactive-members-json
49-
uses: stefanzweifel/git-auto-commit-action@v7.0.0
49+
uses: stefanzweifel/git-auto-commit-action@v7.1.0
5050
with:
5151
# Glob pattern of file which should be added to the commit
5252
file_pattern: github-actions/utils/_data/inactive-members.json

.github/workflows/update-label-directory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: git pull
5252

5353
- name: Commit changes to JSON Label Directory
54-
uses: stefanzweifel/git-auto-commit-action@v7.0.0
54+
uses: stefanzweifel/git-auto-commit-action@v7.1.0
5555
with:
5656
# Glob pattern of file to commit, and opt. commit message + author
5757
file_pattern: github-actions/utils/_data/label-directory.json

.github/workflows/vrms-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Filter vrms data
2525
run: node github-actions/trigger-schedule/vrms-data/filter-vrms-data.js
2626

27-
- uses: stefanzweifel/git-auto-commit-action@v7.0.0
27+
- uses: stefanzweifel/git-auto-commit-action@v7.1.0
2828
with:
2929
# Optional glob pattern of files which should be added to the commit
3030
file_pattern: _data/external/vrms_data.json

0 commit comments

Comments
 (0)