File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v6
1111 - name : Set up Python ${{ matrix.python-version }}
12- uses : actions/setup-python@v5
12+ uses : actions/setup-python@v6
1313 with :
1414 python-version : " 3.10"
1515 - name : Run pre-commit hook
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 python-version : ["3.10", "3.12", "3.13", "3.14"]
1212 steps :
1313 - name : Checkout array-api-tests
14- uses : actions/checkout@v1
14+ uses : actions/checkout@v6
1515 with :
1616 submodules : ' true'
1717 - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v1
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments