We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c57d6 commit 9e53230Copy full SHA for 9e53230
.github/workflows/array-api-tests.yml
@@ -45,7 +45,7 @@ jobs:
45
submodules: 'true'
46
path: array-api-tests
47
- name: Set up Python ${{ matrix.python-version }}
48
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
49
with:
50
python-version: ${{ matrix.python-version }}
51
- name: Install dependencies
.github/workflows/publish-package.yml
@@ -35,7 +35,7 @@ jobs:
35
fetch-depth: 0
36
37
- name: Set up Python
38
39
40
python-version: '3.x'
41
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: true
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
13
14
15
- name: Install Dependencies
0 commit comments