From 4298f83b9384f1aef62d2e855c85490f33fdc332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 10:16:08 +0200 Subject: [PATCH] Bump actions/setup-python from 3.1.0 to 3.1.1 (#69646) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/builder.yml | 6 +++--- .github/workflows/ci.yaml | 12 ++++++------ .github/workflows/translations.yaml | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 516a16b0d04..403f08909d5 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@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -70,7 +70,7 @@ jobs: uses: actions/checkout@v3.0.0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 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@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ env.DEFAULT_PYTHON }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1a7af89e470..3c12fc8e855 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -155,7 +155,7 @@ jobs: uses: actions/checkout@v3.0.0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Generate partial Python venv restore key @@ -235,7 +235,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v3.0.0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -285,7 +285,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v3.0.0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -336,7 +336,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v3.0.0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -378,7 +378,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v3.0.0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -525,7 +525,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v3.0.0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} diff --git a/.github/workflows/translations.yaml b/.github/workflows/translations.yaml index 8b35028ef4e..3f7d187fd6b 100644 --- a/.github/workflows/translations.yaml +++ b/.github/workflows/translations.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v3.0.0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v3.0.0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ env.DEFAULT_PYTHON }}