diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 6eea7cea953a3..9b7d4a0726cb5 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v4.0.0 + uses: actions/setup-python@v4.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -70,7 +70,7 @@ jobs: uses: actions/checkout@v3.0.2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v4.0.0 + uses: actions/setup-python@v4.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -104,7 +104,7 @@ jobs: - name: Set up Python ${{ env.DEFAULT_PYTHON }} if: needs.init.outputs.channel == 'dev' - uses: actions/setup-python@v4.0.0 + 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 1d7a5c95986e1..85d4f85cbf49b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -156,7 +156,7 @@ jobs: uses: actions/checkout@v3.0.2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v4.0.0 + uses: actions/setup-python@v4.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Generate partial Python venv restore key @@ -236,7 +236,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v3.0.2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v4.0.0 + uses: actions/setup-python@v4.4.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -286,7 +286,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v3.0.2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v4.0.0 + uses: actions/setup-python@v4.4.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -337,7 +337,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v3.0.2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v4.0.0 + uses: actions/setup-python@v4.4.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -379,7 +379,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v3.0.2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v4.0.0 + uses: actions/setup-python@v4.4.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -526,7 +526,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v3.0.2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v4.0.0 + 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 0d3ddc4ca184a..940b67e17f782 100644 --- a/.github/workflows/translations.yaml +++ b/.github/workflows/translations.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v3.0.2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v4.0.0 + uses: actions/setup-python@v4.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v3.0.2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v4.0.0 + uses: actions/setup-python@v4.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }}