Skip to content

Commit 51d7832

Browse files
Bump actions/setup-python from 1 to 4 (#59)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v1...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ralf Gommers <[email protected]>
1 parent 12859ce commit 51d7832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
submodules: 'true'
4646
path: array-api-tests
4747
- name: Set up Python ${{ matrix.python-version }}
48-
uses: actions/setup-python@v1
48+
uses: actions/setup-python@v4
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151
- name: Install dependencies

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: actions/setup-python@v2
12+
- uses: actions/setup-python@v4
1313
with:
1414
python-version: ${{ matrix.python-version }}
1515
- name: Install Dependencies

0 commit comments

Comments
 (0)