Skip to content

Commit 435ab70

Browse files
committed
ci(workflows): Upgrade gittools cicd actions to v2
Update the checkout and git-commit-push actions to v2 across the production and test version update workflows.
1 parent eb6f96f commit 435ab70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/update-version-prod.yml

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

.github/workflows/update-version-test.yml

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

0 commit comments

Comments
 (0)