diff --git a/.github/workflows/manual-build-enterprise.yml b/.github/workflows/manual-build-enterprise.yml index 147b57f55e..362ba13966 100644 --- a/.github/workflows/manual-build-enterprise.yml +++ b/.github/workflows/manual-build-enterprise.yml @@ -93,7 +93,7 @@ jobs: - uses: actions/checkout@v6 - id: get-selected - uses: joao-zanutto/get-selected@v1.1.1 + uses: joao-zanutto/get-selected@v2.0.0 with: format: 'list' diff --git a/.github/workflows/manual-build.yml b/.github/workflows/manual-build.yml index b065d777d9..5d85381cd2 100644 --- a/.github/workflows/manual-build.yml +++ b/.github/workflows/manual-build.yml @@ -93,7 +93,7 @@ jobs: - uses: actions/checkout@v6 - id: get-selected - uses: joao-zanutto/get-selected@v1.1.1 + uses: joao-zanutto/get-selected@v2.0.0 with: format: 'list'