File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-24.04
1515 steps :
1616 - name : Checkout
17- uses : gittools/cicd/checkout@v1
17+ uses : gittools/cicd/checkout@v2
1818 with :
1919 op_service_account_token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
2020 fetch-depth : 1
2828 dir -r .azure\**\*.yml | % { update-ci-files $_ -OldVersion $oldTag -NewVersion $newTag }
2929 name: Update examples version
3030
31- - uses : gittools/cicd/git-commit-push@v1
31+ - uses : gittools/cicd/git-commit-push@v2
3232 with :
3333 message : " update gittools.gittools version to ${{ github.event.client_payload.newTag }}"
3434 name : Push changes
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-24.04
1515 steps :
1616 - name : Checkout
17- uses : gittools/cicd/checkout@v1
17+ uses : gittools/cicd/checkout@v2
1818 with :
1919 op_service_account_token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
2020 fetch-depth : 0
2727 dir -r .azure\gittools.gittools-test\**\*.yml | % { update-ci-files $_ -OldVersion $oldTag -NewVersion $newTag }
2828 name: Update examples version
2929
30- - uses : gittools/cicd/git-commit-push@v1
30+ - uses : gittools/cicd/git-commit-push@v2
3131 with :
3232 message : " update gittools.gittools-test version to ${{ github.event.client_payload.newTag }}"
3333 name : Push changes
You can’t perform that action at this time.
0 commit comments