diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 89a408c3b6a30..ff3aaa4c51a3c 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v4.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -57,7 +57,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v4.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -88,7 +88,7 @@ jobs: - name: Set up Python ${{ env.DEFAULT_PYTHON }} if: needs.init.outputs.channel == 'dev' - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v4.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06d22228a28c5..3f6a5c4042cbf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v4.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Generate partial Python venv restore key @@ -86,7 +86,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v4.4.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -126,7 +126,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v4.4.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -166,7 +166,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v4.4.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -228,7 +228,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v4.4.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -271,7 +271,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v4.4.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -314,7 +314,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v4.4.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -354,7 +354,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v4.4.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -397,7 +397,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v4.4.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -448,7 +448,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v4.4.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -519,7 +519,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v4.4.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} diff --git a/.github/workflows/translations.yaml b/.github/workflows/translations.yaml index d2ccdc6c9cab5..b38da82cca027 100644 --- a/.github/workflows/translations.yaml +++ b/.github/workflows/translations.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v4.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v4.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }}