File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 fail-fast : false
3434 steps :
3535 - name : Checkout
36- uses : gittools/cicd/checkout@v1
36+ uses : gittools/cicd/checkout@v2
3737 with :
3838 op_service_account_token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
3939 fetch-depth : 0
@@ -112,7 +112,7 @@ jobs:
112112 echo "FullSemVer (steps.gitversion.outputs.GitVersion_FullSemVer) : ${{ steps.gitversion.outputs.GitVersion_FullSemVer }}"
113113 name: Use variables and output
114114
115- - uses : gittools/cicd/git-commit-push@v1
115+ - uses : gittools/cicd/git-commit-push@v2
116116 if : matrix.os == 'ubuntu-24.04'
117117 with :
118118 message : ' dist update'
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-24.04
1818 steps :
1919 - name : Checkout
20- uses : gittools/cicd/checkout@v1
20+ uses : gittools/cicd/checkout@v2
2121 with :
2222 op_service_account_token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
2323 fetch-depth : 1
3939 npm install --ignore-scripts
4040 name: Update examples version
4141
42- - uses : gittools/cicd/git-commit-push@v1
42+ - uses : gittools/cicd/git-commit-push@v2
4343 with :
4444 message : " update examples version to ${{ github.event.client_payload.newTag }}"
4545 name : Commit and push updated examples version
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-24.04
1818 steps :
1919 - name : Checkout
20- uses : gittools/cicd/checkout@v1
20+ uses : gittools/cicd/checkout@v2
2121 with :
2222 op_service_account_token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
2323 fetch-depth : 1
4040
4141 name: Update GitVersion version
4242
43- - uses : gittools/cicd/git-commit-push@v1
43+ - uses : gittools/cicd/git-commit-push@v2
4444 with :
4545 message : " update GitVersion version to ${{ github.event.client_payload.newTag }}"
4646 name : Commit and push updated GitVersion version
Original file line number Diff line number Diff line change 4141
4242 - name : Load TFX credentials
4343 id : tfx-creds
44- uses : gittools/cicd/tfx-creds@v1
44+ uses : gittools/cicd/tfx-creds@v2
4545 with :
4646 op_service_account_token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
4747
5757
5858 - name : Load GitHub App credentials
5959 id : github-app-creds
60- uses : gittools/cicd/github-app-creds@v1
60+ uses : gittools/cicd/github-app-creds@v2
6161 with :
6262 op_service_account_token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
6363
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
4747
4848 - name : Load TFX credentials
4949 id : tfx-creds
50- uses : gittools/cicd/tfx-creds@v1
50+ uses : gittools/cicd/tfx-creds@v2
5151 with :
5252 op_service_account_token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
5353
5454 - name : Load GitHub App credentials
5555 id : github-app-creds
56- uses : gittools/cicd/github-app-creds@v1
56+ uses : gittools/cicd/github-app-creds@v2
5757 with :
5858 op_service_account_token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
5959
You can’t perform that action at this time.
0 commit comments