File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments