File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments