Skip to content

Commit

Permalink
Merge pull request #26138 from numpy/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-5.1.0

MAINT: Bump actions/setup-python from 5.0.0 to 5.1.0
  • Loading branch information
charris committed Mar 26, 2024
2 parents 1e164db + ed4dcdc commit 6d4a0f7
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yml
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Set up Python ${{ env.PYTHON_VERSION }}
id: setup-python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/linux.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.9'
- name: Install linter requirements
Expand All @@ -58,7 +58,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.9'
- uses: ./.github/meson_actions
Expand All @@ -72,7 +72,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: 'pypy3.9-v7.3.12'
- name: Setup using scipy-openblas
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.9'
- name: Install build and test dependencies from PyPI
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.9'
- name: Install build and benchmarking dependencies
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.11'
- name: Install gfortran and setup OpenBLAS (sdist build)
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
submodules: 'true'
path: 'array-api-tests'
- name: Set up Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.11'
- name: Install build and test dependencies from PyPI
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.11'
- name: Install build and test dependencies from PyPI
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/linux_blas.yml
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.11'

Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.11'

Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.11'

Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.11'

Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.11'

Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.11'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_compiler_sanitizers.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install dependencies
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/linux_simd.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.9'
- uses: ./.github/meson_actions
Expand All @@ -79,7 +79,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.9'

Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: "${{ matrix.BUILD_PROP[2] }}"
- uses: ./.github/meson_actions
Expand All @@ -158,7 +158,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.11'

Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.11'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Expand Up @@ -119,7 +119,7 @@ jobs:
submodules: recursive
fetch-tags: true

- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.10'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
submodules: recursive
fetch-tags: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: ${{ matrix.os_python[1] }}
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Expand Up @@ -123,7 +123,7 @@ jobs:
if: runner.os == 'windows'

# Used to push the built wheels
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: "3.x"

Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
with:
submodules: true
# Used to push the built wheels
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
# Build sdist on lowest supported Python
python-version: "3.9"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
fetch-tags: true

- name: Setup Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.11'

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
fetch-tags: true

- name: Setup Python (32-bit)
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.10'
architecture: 'x86'
Expand Down

0 comments on commit 6d4a0f7

Please sign in to comment.