Skip to content

Commit 462062f

Browse files
authored
Merge pull request #2031 from GitTools/dependabot/github_actions/gittools/cicd-2
(github-actions): Bump gittools/cicd from 1 to 2
2 parents 300b335 + cd5bba8 commit 462062f

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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'

.github/workflows/examples-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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
@@ -39,7 +39,7 @@ jobs:
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

.github/workflows/gitversion-published.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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
@@ -40,7 +40,7 @@ jobs:
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

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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

@@ -57,7 +57,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)