Skip to content

Commit 17257e6

Browse files
Bump quansight-labs/setup-python from 5.3.1 to 5.4.0 (#968)
Bumps [quansight-labs/setup-python](https://github.com/quansight-labs/setup-python) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/quansight-labs/setup-python/releases) - [Commits](Quansight-Labs/setup-python@v5.3.1...v5.4.0) --- updated-dependencies: - dependency-name: quansight-labs/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd150c9 commit 17257e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4.2.2
2626
- name: Setup python
2727
id: setup-python
28-
uses: quansight-labs/setup-python@v5.3.1
28+
uses: quansight-labs/setup-python@v5.4.0
2929
with:
3030
python-version: ${{ matrix.PYTHON.VERSION }}
3131
- uses: actions/cache@v4.2.0
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v4.2.2
6161
- name: Setup python
6262
id: setup-python
63-
uses: quansight-labs/setup-python@v5.3.1
63+
uses: quansight-labs/setup-python@v5.4.0
6464
with:
6565
python-version: ${{ matrix.PYTHON.VERSION }}
6666
architecture: ${{ matrix.WINDOWS.ARCH }}
@@ -107,7 +107,7 @@ jobs:
107107
- uses: actions/checkout@v4.2.2
108108
- name: Setup python
109109
id: setup-python
110-
uses: quansight-labs/setup-python@v5.3.1
110+
uses: quansight-labs/setup-python@v5.4.0
111111
with:
112112
python-version: ${{ matrix.PYTHON.VERSION }}
113113
- uses: actions/cache@v4.2.0

0 commit comments

Comments
 (0)