Skip to content

Commit a4bd72f

Browse files
Update stefanzweifel/git-auto-commit-action action to v7 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a22129 commit a4bd72f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/publish_alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
token: ${{ secrets.GITHUB_TOKEN }}
4141
id: changelog
4242
- name: Commit to master
43-
uses: stefanzweifel/git-auto-commit-action@v4
43+
uses: stefanzweifel/git-auto-commit-action@v7
4444
with:
4545
commit_message: Increment Version
4646
branch: master

.github/workflows/publish_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
token: ${{ secrets.GITHUB_TOKEN }}
3030
id: changelog
3131
- name: Commit to master
32-
uses: stefanzweifel/git-auto-commit-action@v4
32+
uses: stefanzweifel/git-auto-commit-action@v7
3333
with:
3434
commit_message: Declare alpha stable
3535
branch: master
@@ -61,7 +61,7 @@ jobs:
6161
VER=$(python setup.py --version)
6262
python scripts/bump_build.py
6363
- name: Commit to master
64-
uses: stefanzweifel/git-auto-commit-action@v4
64+
uses: stefanzweifel/git-auto-commit-action@v7
6565
with:
6666
commit_message: Prepare Next Version
6767
branch: master

.github/workflows/publish_major.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
token: ${{ secrets.GITHUB_TOKEN }}
3030
id: changelog
3131
- name: Commit to master
32-
uses: stefanzweifel/git-auto-commit-action@v4
32+
uses: stefanzweifel/git-auto-commit-action@v7
3333
with:
3434
commit_message: Declare alpha stable
3535
branch: master
@@ -61,7 +61,7 @@ jobs:
6161
VER=$(python setup.py --version)
6262
python scripts/bump_major.py
6363
- name: Commit to master
64-
uses: stefanzweifel/git-auto-commit-action@v4
64+
uses: stefanzweifel/git-auto-commit-action@v7
6565
with:
6666
commit_message: Prepare Next Version
6767
branch: master

.github/workflows/publish_minor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
token: ${{ secrets.GITHUB_TOKEN }}
3030
id: changelog
3131
- name: Commit to master
32-
uses: stefanzweifel/git-auto-commit-action@v4
32+
uses: stefanzweifel/git-auto-commit-action@v7
3333
with:
3434
commit_message: Declare alpha stable
3535
branch: master
@@ -61,7 +61,7 @@ jobs:
6161
VER=$(python setup.py --version)
6262
python scripts/bump_minor.py
6363
- name: Commit to master
64-
uses: stefanzweifel/git-auto-commit-action@v4
64+
uses: stefanzweifel/git-auto-commit-action@v7
6565
with:
6666
commit_message: Prepare Next Version
6767
branch: master

0 commit comments

Comments
 (0)