Skip to content

Commit 5d69e6b

Browse files
Bump actions/setup-python from 5.4.0 to 5.5.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@4237552...8d9ed9a) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2df374 commit 5d69e6b

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/ci-build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333
- name: Set up Python 3.11
34-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
34+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3535
with:
3636
python-version: 3.11
3737
- run: python -m pip install pre-commit
@@ -70,7 +70,7 @@ jobs:
7070
apt update
7171
apt install -y libssl-dev
7272
- name: Set up Python ${{ matrix.python-version }}
73-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
73+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
7474
with:
7575
python-version: ${{ matrix.python-version }}
7676
- name: Install dependencies
@@ -108,7 +108,7 @@ jobs:
108108
steps:
109109
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
110110
- name: Set up Python ${{ matrix.python-version }}
111-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
111+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
112112
with:
113113
python-version: ${{ matrix.python-version }}
114114
- name: Install dependencies
@@ -142,7 +142,7 @@ jobs:
142142
apt update
143143
apt install -y libssl-dev libsqlite3-dev
144144
- name: Set up Python ${{ matrix.python-version }}
145-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
145+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
146146
with:
147147
python-version: ${{ matrix.python-version }}
148148
- name: Install dependencies
@@ -168,7 +168,7 @@ jobs:
168168
steps:
169169
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
170170
- name: Set up Python ${{ matrix.python-version }}
171-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
171+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
172172
with:
173173
python-version: ${{ matrix.python-version }}
174174
- name: Install dependencies
@@ -201,7 +201,7 @@ jobs:
201201
steps:
202202
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
203203
- name: Set up Python
204-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
204+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
205205
with:
206206
python-version: 3.12
207207
- name: Install JAX

.github/workflows/jax-array-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
submodules: 'true'
3333
path: 'array-api-tests'
3434
- name: Set up Python ${{ matrix.python-version }}
35-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
35+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
- name: Install dependencies

.github/workflows/upstream-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535
- name: Set up Python ${{ matrix.python-version }}
36-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
36+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
- name: Install JAX test requirements

.github/workflows/wheel_win_x64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929

30-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
30+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3131
with:
3232
python-version: ${{ matrix.pyver }}
3333
cache: 'pip'

.github/workflows/windows_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
path: jax
3737

38-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
38+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3939
with:
4040
python-version: ${{ matrix.pyver }}
4141
cache: 'pip'

0 commit comments

Comments
 (0)