diff --git a/.github/workflows/autobump_rn.yml b/.github/workflows/autobump_rn.yml index f732c60d1a50..7b94627c4428 100644 --- a/.github/workflows/autobump_rn.yml +++ b/.github/workflows/autobump_rn.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.CONTENTBOT_GH_ADMIN_TOKEN }} - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" # The Python version set here is the minimum supported by content, if you change it here, please change all the places containing this comment. - name: Setup Poetry diff --git a/.github/workflows/check-ai-review-approval.yml b/.github/workflows/check-ai-review-approval.yml index 5e488cc88d6c..16dfc29150e7 100644 --- a/.github/workflows/check-ai-review-approval.yml +++ b/.github/workflows/check-ai-review-approval.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" # The Python version set here is the minimum supported by content, if you change it here, please change all the places containing this comment. - name: Setup Poetry diff --git a/.github/workflows/check-contribution-form-filled.yml b/.github/workflows/check-contribution-form-filled.yml index 9e076207e5cd..bf7bdda41635 100644 --- a/.github/workflows/check-contribution-form-filled.yml +++ b/.github/workflows/check-contribution-form-filled.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" # The Python version set here is the minimum supported by content, if you change it here, please change all the places containing this comment. - name: Setup Poetry diff --git a/.github/workflows/check-contributor-pack.yml b/.github/workflows/check-contributor-pack.yml index 6d5134ccee97..c85ed831fc7f 100644 --- a/.github/workflows/check-contributor-pack.yml +++ b/.github/workflows/check-contributor-pack.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" # The Python version set here is the minimum supported by content, if you change it here, please change all the places containing this comment. - name: Setup Poetry diff --git a/.github/workflows/check-docs-approved-label.yml b/.github/workflows/check-docs-approved-label.yml index b5e9124beeb7..42c86eacbf56 100644 --- a/.github/workflows/check-docs-approved-label.yml +++ b/.github/workflows/check-docs-approved-label.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" # The Python version set here is the minimum supported by content, if you change it here, please change all the places containing this comment. - name: Setup Poetry diff --git a/.github/workflows/check-partner-approved-label.yml b/.github/workflows/check-partner-approved-label.yml index 67ccae2f7f5b..7b715eae4f9f 100644 --- a/.github/workflows/check-partner-approved-label.yml +++ b/.github/workflows/check-partner-approved-label.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" # The Python version set here is the minimum supported by content, if you change it here, please change all the places containing this comment. - name: Setup Poetry diff --git a/.github/workflows/check-research-mapping-approved-label.yml b/.github/workflows/check-research-mapping-approved-label.yml index d10a3a1e8f8f..338ffe11409c 100644 --- a/.github/workflows/check-research-mapping-approved-label.yml +++ b/.github/workflows/check-research-mapping-approved-label.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" # The Python version set here is the minimum supported by content, if you change it here, please change all the places containing this comment. - name: Setup Poetry diff --git a/.github/workflows/check-se-approved-label.yml b/.github/workflows/check-se-approved-label.yml index 4b80a444deca..efaeaa2e5ce1 100644 --- a/.github/workflows/check-se-approved-label.yml +++ b/.github/workflows/check-se-approved-label.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" # The Python version set here is the minimum supported by content, if you change it here, please change all the places containing this comment. - name: Setup Poetry diff --git a/.github/workflows/check-supported-modules-approved.yml b/.github/workflows/check-supported-modules-approved.yml index 9aca12bec57c..a5493bee39db 100644 --- a/.github/workflows/check-supported-modules-approved.yml +++ b/.github/workflows/check-supported-modules-approved.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" # The Python version set here is the minimum supported by content, if you change it here, please change all the places containing this comment. - name: Setup Poetry diff --git a/.github/workflows/codeowners_file_validation.yml b/.github/workflows/codeowners_file_validation.yml index 5ff5425242d9..d7f7dcb2559d 100644 --- a/.github/workflows/codeowners_file_validation.yml +++ b/.github/workflows/codeowners_file_validation.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" # The Python version set here is the minimum supported by content, if you change it here, please change all the places containing this comment. - name: Setup Poetry diff --git a/.github/workflows/create-internal-pr-from-external.yml b/.github/workflows/create-internal-pr-from-external.yml index 3b7d569fd681..8e87dbc58be3 100644 --- a/.github/workflows/create-internal-pr-from-external.yml +++ b/.github/workflows/create-internal-pr-from-external.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" # The Python version set here is the minimum supported by content, if you change it here, please change all the places containing this comment. - name: Setup Poetry diff --git a/.github/workflows/handle-new-external-pr.yml b/.github/workflows/handle-new-external-pr.yml index 2dacbf703bf5..a82dc3fb083b 100644 --- a/.github/workflows/handle-new-external-pr.yml +++ b/.github/workflows/handle-new-external-pr.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 2 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" # The Python version set here is the minimum supported by content, if you change it here, please change all the places containing this comment. - name: Setup Poetry diff --git a/.github/workflows/handle-new-internal-pr.yml b/.github/workflows/handle-new-internal-pr.yml index 6e648558c43f..e5f254d8a567 100644 --- a/.github/workflows/handle-new-internal-pr.yml +++ b/.github/workflows/handle-new-internal-pr.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 2 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" # The Python version set here is the minimum supported by content, if you change it here, please change all the places containing this comment. diff --git a/.github/workflows/pre-commit-reuse.yml b/.github/workflows/pre-commit-reuse.yml index 5f8c0bbe7f92..789e8dc15c15 100644 --- a/.github/workflows/pre-commit-reuse.yml +++ b/.github/workflows/pre-commit-reuse.yml @@ -23,7 +23,7 @@ jobs: run: echo "PYTHONPATH=$GITHUB_WORKSPACE" >> $GITHUB_ENV - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.10' cache: 'poetry' diff --git a/.github/workflows/project_manager_daily.yml b/.github/workflows/project_manager_daily.yml index a59f52203189..1c4c4ffcfb16 100644 --- a/.github/workflows/project_manager_daily.yml +++ b/.github/workflows/project_manager_daily.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python 3.7 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.7" - name: Get project manager diff --git a/.github/workflows/project_manager_hourly.yml b/.github/workflows/project_manager_hourly.yml index dfc4b8ac8d65..aa62bd08940f 100644 --- a/.github/workflows/project_manager_hourly.yml +++ b/.github/workflows/project_manager_hourly.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python 3.7 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.7" - name: Get project manager diff --git a/.github/workflows/protect-files.yml b/.github/workflows/protect-files.yml index 88f410b7b5b3..c1a21a8ea2a8 100644 --- a/.github/workflows/protect-files.yml +++ b/.github/workflows/protect-files.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 100 # to speed up. changed-files will fetch more if necessary - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.x" diff --git a/.github/workflows/protect-infra-paths-contributions.yml b/.github/workflows/protect-infra-paths-contributions.yml index 2ad3980fc1f4..24acb90ed1d5 100644 --- a/.github/workflows/protect-infra-paths-contributions.yml +++ b/.github/workflows/protect-infra-paths-contributions.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.x' diff --git a/.github/workflows/purge_branch_protection_rules.yml b/.github/workflows/purge_branch_protection_rules.yml index 683932e6266d..2f88c64825cb 100644 --- a/.github/workflows/purge_branch_protection_rules.yml +++ b/.github/workflows/purge_branch_protection_rules.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4.1.7 # disable-secrets-detection - name: Set up Python - uses: actions/setup-python@v5.1.1 # disable-secrets-detection + uses: actions/setup-python@v6 # disable-secrets-detection with: python-version: '3.10' diff --git a/.github/workflows/review-release-notes.yml b/.github/workflows/review-release-notes.yml index 4863db133748..e51ea72788a5 100644 --- a/.github/workflows/review-release-notes.yml +++ b/.github/workflows/review-release-notes.yml @@ -23,7 +23,7 @@ jobs: since_last_remote_commit: false - name: Setup Python if: ${{ steps.changed-files.outputs.all_changed_files }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" # The Python version set here is the minimum supported by content, if you change it here, please change all the places containing this comment. - name: Setup Poetry diff --git a/.github/workflows/run-secrets-detection.yml b/.github/workflows/run-secrets-detection.yml index 35f28a84affe..156de49ddfad 100644 --- a/.github/workflows/run-secrets-detection.yml +++ b/.github/workflows/run-secrets-detection.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" # The Python version set here is the minimum supported by content, if you change it here, please change all the places containing this comment. - name: Setup Poetry diff --git a/.github/workflows/sync-contribution-base-branch-on-change.yml b/.github/workflows/sync-contribution-base-branch-on-change.yml index 0be24c8d5514..ff4114af9141 100644 --- a/.github/workflows/sync-contribution-base-branch-on-change.yml +++ b/.github/workflows/sync-contribution-base-branch-on-change.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" # The Python version set here is the minimum supported by content, if you change it here, please change all the places containing this comment. - name: Setup Poetry diff --git a/.github/workflows/sync-contribution-base-branch.yml b/.github/workflows/sync-contribution-base-branch.yml index 733a49fe74d6..029f62519164 100644 --- a/.github/workflows/sync-contribution-base-branch.yml +++ b/.github/workflows/sync-contribution-base-branch.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" # The Python version set here is the minimum supported by content, if you change it here, please change all the places containing this comment. - name: Setup Poetry diff --git a/.github/workflows/update-demisto-sdk-version.yml b/.github/workflows/update-demisto-sdk-version.yml index 459fcc3c3333..01ecb2abf2b8 100644 --- a/.github/workflows/update-demisto-sdk-version.yml +++ b/.github/workflows/update-demisto-sdk-version.yml @@ -34,7 +34,7 @@ jobs: token: ${{ secrets.CONTENTBOT_GH_ADMIN_TOKEN }} - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" # The Python version set here is the minimum supported by content, if you change it here, please change all the places containing this comment. cache: 'poetry'