Skip to content

Commit ff99bca

Browse files
chore(deps): update actions/checkout action to v6
1 parent b06d2a0 commit ff99bca

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/sync-csharp-sdk-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
fi
4343
4444
- name: Checkout camunda-docs
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v6
4646
with:
4747
repository: camunda/camunda-docs
4848
path: docs
4949

5050
- name: Checkout C# SDK
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v6
5252
with:
5353
repository: camunda/orchestration-cluster-api-csharp
5454
ref: ${{ steps.resolve.outputs.sdk_ref }}

.github/workflows/sync-python-sdk-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
fi
4343
4444
- name: Checkout camunda-docs
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v6
4646
with:
4747
repository: camunda/camunda-docs
4848
path: docs
4949

5050
- name: Checkout Python SDK
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v6
5252
with:
5353
repository: camunda/orchestration-cluster-api-python
5454
ref: ${{ steps.resolve.outputs.sdk_ref }}

.github/workflows/sync-ts-sdk-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
fi
4343
4444
- name: Checkout camunda-docs
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v6
4646
with:
4747
repository: camunda/camunda-docs
4848
path: docs
4949

5050
- name: Checkout TypeScript SDK
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v6
5252
with:
5353
repository: camunda/orchestration-cluster-api-js
5454
ref: ${{ steps.resolve.outputs.sdk_ref }}

0 commit comments

Comments
 (0)