From 3b3ffb41b3d41d5ba28cc7cca7e894f1d66a3cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:10:33 +0200 Subject: [PATCH] chore(deps): bump actions/setup-python from 4.7.0 to 4.7.1 (#343) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/benchmarks.yaml | 2 +- .github/workflows/ci_timing.yaml | 2 +- .github/workflows/cifar_benchmark.yaml | 2 +- .github/workflows/continuous-integration.yaml | 4 ++-- .github/workflows/prepare_release.yaml | 2 +- .github/workflows/refresh-notebooks.yaml | 2 +- .github/workflows/refresh-one-notebook.yaml | 2 +- .github/workflows/single_benchmark.yaml | 2 +- .github/workflows/update_licenses.yaml | 2 +- .github/workflows/weekly-pip-audit.yaml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index 1e9a72fc2..1ae91d005 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set up Python - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 with: python-version: "3.9" diff --git a/.github/workflows/ci_timing.yaml b/.github/workflows/ci_timing.yaml index 7df82bf47..04b51ca76 100644 --- a/.github/workflows/ci_timing.yaml +++ b/.github/workflows/ci_timing.yaml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 id: setup-python with: python-version: 3.8 diff --git a/.github/workflows/cifar_benchmark.yaml b/.github/workflows/cifar_benchmark.yaml index 1c0db119b..fb6fcde6e 100644 --- a/.github/workflows/cifar_benchmark.yaml +++ b/.github/workflows/cifar_benchmark.yaml @@ -101,7 +101,7 @@ jobs: ref: ${{ github.event.inputs.git-ref }} - name: Set up Python - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 with: python-version: "3.8" diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 71dfc91ad..7b76f34c5 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -383,7 +383,7 @@ jobs: git lfs pull --include "tests/data" --exclude "" - name: Set up Python ${{ matrix.python_version }} - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 id: setup-python with: python-version: ${{ matrix.python_version }} @@ -999,7 +999,7 @@ jobs: git lfs pull --include "tests/data" --exclude "" - name: Set up Python ${{ matrix.python_version }} - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 with: python-version: ${{ matrix.python_version }} diff --git a/.github/workflows/prepare_release.yaml b/.github/workflows/prepare_release.yaml index ce069e4f5..5a688f604 100644 --- a/.github/workflows/prepare_release.yaml +++ b/.github/workflows/prepare_release.yaml @@ -52,7 +52,7 @@ jobs: token: ${{ secrets.BOT_TOKEN }} - name: Set up Python 3.8 - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 with: python-version: '3.8' diff --git a/.github/workflows/refresh-notebooks.yaml b/.github/workflows/refresh-notebooks.yaml index 095787bfb..c57ae0c50 100644 --- a/.github/workflows/refresh-notebooks.yaml +++ b/.github/workflows/refresh-notebooks.yaml @@ -76,7 +76,7 @@ jobs: lfs: true - name: 'Set up Python 3.8' - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 with: python-version: '3.8' diff --git a/.github/workflows/refresh-one-notebook.yaml b/.github/workflows/refresh-one-notebook.yaml index 7042243bf..a7d734491 100644 --- a/.github/workflows/refresh-one-notebook.yaml +++ b/.github/workflows/refresh-one-notebook.yaml @@ -151,7 +151,7 @@ jobs: lfs: true - name: 'Set up Python 3.8' - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 with: python-version: '3.8' diff --git a/.github/workflows/single_benchmark.yaml b/.github/workflows/single_benchmark.yaml index 4f60559f5..68f5a251a 100644 --- a/.github/workflows/single_benchmark.yaml +++ b/.github/workflows/single_benchmark.yaml @@ -133,7 +133,7 @@ jobs: path: cml_to_install - name: Set up Python - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 with: python-version: "3.9" diff --git a/.github/workflows/update_licenses.yaml b/.github/workflows/update_licenses.yaml index 7611ecdf3..802f07caf 100644 --- a/.github/workflows/update_licenses.yaml +++ b/.github/workflows/update_licenses.yaml @@ -39,7 +39,7 @@ jobs: token: ${{ secrets.BOT_TOKEN }} - name: Set up Python 3.8 - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 with: python-version: '3.8' diff --git a/.github/workflows/weekly-pip-audit.yaml b/.github/workflows/weekly-pip-audit.yaml index 73d70e1d7..56a9fe391 100644 --- a/.github/workflows/weekly-pip-audit.yaml +++ b/.github/workflows/weekly-pip-audit.yaml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set up Python 3.8 - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 with: python-version: '3.8'