diff --git a/.github/workflows/auto_approve.yml b/.github/workflows/auto_approve.yml index d59fc657a422..24d98c4ad5b1 100644 --- a/.github/workflows/auto_approve.yml +++ b/.github/workflows/auto_approve.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: 3.x + python-version: 3.11 - name: Install dependencies shell: bash diff --git a/.github/workflows/checkboxes.yml b/.github/workflows/checkboxes.yml index f162d12417e9..f5f1610a94c3 100644 --- a/.github/workflows/checkboxes.yml +++ b/.github/workflows/checkboxes.yml @@ -31,7 +31,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.x + python-version: 3.11 - name: Install deps run: | diff --git a/.github/workflows/on_pull_request_target_contrib.yml b/.github/workflows/on_pull_request_target_contrib.yml index 922f6f0390dc..7bf45234835a 100644 --- a/.github/workflows/on_pull_request_target_contrib.yml +++ b/.github/workflows/on_pull_request_target_contrib.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.x + python-version: 3.11 - name: Install deps run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 002b8d67e43c..3de9a09126b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: 3.x + python-version: 3.11 - name: Check links run: | @@ -73,7 +73,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.x + python-version: 3.11 - name: Install deps run: | @@ -310,7 +310,7 @@ jobs: cargo_install="cargo install rerun-cli@${{ needs.version.outputs.current }}" cat < comment-body.txt - Version ${{ needs.version.outputs.current }} published sucessfully. + Version ${{ needs.version.outputs.current }} published successfully. | artifact | install | | --------------------------- | -------------- | diff --git a/.github/workflows/reusable_pip_index.yml b/.github/workflows/reusable_pip_index.yml index 0b945d8e1b68..b5634d94fe5e 100644 --- a/.github/workflows/reusable_pip_index.yml +++ b/.github/workflows/reusable_pip_index.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.x + python-version: 3.11 - id: "auth" uses: google-github-actions/auth@v1 diff --git a/.github/workflows/reusable_pr_summary.yml b/.github/workflows/reusable_pr_summary.yml index aa2e6f7565d3..3748fa098361 100644 --- a/.github/workflows/reusable_pr_summary.yml +++ b/.github/workflows/reusable_pr_summary.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.x + python-version: 3.11 - id: "auth" uses: google-github-actions/auth@v1 diff --git a/.github/workflows/reusable_update_pr_body.yml b/.github/workflows/reusable_update_pr_body.yml index 1d73b73726a8..b6e2601e07c5 100644 --- a/.github/workflows/reusable_update_pr_body.yml +++ b/.github/workflows/reusable_update_pr_body.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.x + python-version: 3.11 - name: Install deps run: |