From 0c5af8b8a7d21c243183e50c7c38f5f83505c013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 15:05:15 +0000 Subject: [PATCH] Bump actions/setup-python from 3.1.2 to 4.5.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/98f2ad02fd48d057ee3b4d4f66525b231c3e52b6...d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bootstrap.yml | 4 ++-- .github/workflows/macos_python.yml | 6 +++--- .github/workflows/unit_tests.yaml | 14 +++++++------- .github/workflows/windows_python.yml | 14 +++++++------- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 37804293867ba7..32e630d72c8e64 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -186,7 +186,7 @@ jobs: brew install tree - name: Checkout uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 with: python-version: ${{ matrix.python-version }} - name: Bootstrap clingo @@ -205,7 +205,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 with: python-version: ${{ matrix.python-version }} - name: Setup repo diff --git a/.github/workflows/macos_python.yml b/.github/workflows/macos_python.yml index 130a1bf70b310d..81ddfebc7bc517 100644 --- a/.github/workflows/macos_python.yml +++ b/.github/workflows/macos_python.yml @@ -26,7 +26,7 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # @v2 with: python-version: 3.9 - name: spack install @@ -42,7 +42,7 @@ jobs: timeout-minutes: 700 steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # @v2 with: python-version: 3.9 - name: spack install @@ -56,7 +56,7 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # @v2 with: python-version: 3.9 - name: spack install diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index 854c51ee990c60..739a910b524e6a 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # @v2 with: python-version: '3.10' - name: Install Python Packages @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 with: fetch-depth: 0 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # @v2 with: python-version: '3.10' - name: Install Python packages @@ -109,7 +109,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 with: fetch-depth: 0 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # @v2 with: python-version: ${{ matrix.python-version }} - name: Install System packages @@ -174,7 +174,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 with: fetch-depth: 0 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # @v2 with: python-version: '3.10' - name: Install System packages @@ -240,7 +240,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 with: fetch-depth: 0 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # @v2 with: python-version: '3.10' - name: Install System packages @@ -289,7 +289,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 with: fetch-depth: 0 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # @v2 with: python-version: ${{ matrix.python-version }} - name: Install Python packages @@ -332,7 +332,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # @v2 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # @v2 with: python-version: '3.10' - name: Install Python packages diff --git a/.github/workflows/windows_python.yml b/.github/workflows/windows_python.yml index 7ea3b8fc81ec45..ef4cbf5ce91027 100644 --- a/.github/workflows/windows_python.yml +++ b/.github/workflows/windows_python.yml @@ -18,7 +18,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 with: python-version: 3.9 - name: Install Python Packages @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: fetch-depth: 0 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 with: python-version: 3.9 - name: Install Python packages @@ -58,7 +58,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: fetch-depth: 0 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 with: python-version: 3.9 - name: Install Python packages @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: fetch-depth: 0 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 with: python-version: 3.9 - name: Install Python packages @@ -98,7 +98,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: fetch-depth: 0 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 with: python-version: 3.9 - name: Install Python packages @@ -123,7 +123,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: fetch-depth: 0 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 with: python-version: 3.9 - name: Install Python packages @@ -154,7 +154,7 @@ jobs: run: shell: pwsh steps: - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 with: python-version: 3.9 - name: Install Python packages