diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 284ebe8..07c2c77 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,7 +13,7 @@ jobs: pool: name: 'AutomationStudioPool' # Specify your custom agent pool name here steps: - - task: Checkout@v2 + - task: Checkout@2 # Corrected task reference format inputs: submodules: true path: "main"