File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 - name : update docs version
3838 run : .github/fix-docs-version.sh ${{ inputs.version }}
3939 - name : commit release version
40- uses : stefanzweifel/git-auto-commit-action@v4
40+ uses : stefanzweifel/git-auto-commit-action@v5
4141 with :
4242 commit_message : ' [skip ci] Set release version'
4343 branch : master
7676 - name : update to next SNAPSHOT version
7777 run : mvn --batch-mode --no-transfer-progress versions:set -DnewVersion=${{ env.SNAPSHOT_VERSION }}
7878 - name : commit SNAPSHOT version
79- uses : stefanzweifel/git-auto-commit-action@v4
79+ uses : stefanzweifel/git-auto-commit-action@v5
8080 with :
8181 commit_message : ' [skip ci] Set SNAPSHOT version'
8282 branch : master
8585 run : .github/vuepress-deploy.sh
8686 env :
8787 ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
88- - uses : actions/checkout@v3
88+ - uses : actions/checkout@v4
8989 with :
9090 repository : abstracta/jmeter-java-dsl-sample
9191 path : jmeter-java-dsl-sample
You can’t perform that action at this time.
0 commit comments