From b5e35afd1aa42271f151436e5e07735ac5ca84f5 Mon Sep 17 00:00:00 2001 From: hnrkndrssn Date: Wed, 11 Sep 2024 11:30:33 +1000 Subject: [PATCH] chore(docs): Add note about v3 requires OD 2022.3.5512 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 511c6f78..254a2a71 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ This is a GitHub Action that will run a [runbook](https://octopus.com/docs/runbooks) in Octopus Deploy. +> [!IMPORTANT] +> As of **v3** of this action, Octopus Server version `2022.3.5512` or newer is required. + ## Migration Guide(s) Please refer to the [migration guide](migration-guide.md) if moving between major versions of this action.