File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
2525 fail-fast : false
2626 steps :
2727 - name : Checkout array-api-strict
28- uses : actions/checkout@v6
28+ uses : actions/checkout@v6.0.2
2929 with :
3030 path : array-api-strict
3131 - name : Checkout array-api-tests
32- uses : actions/checkout@v6
32+ uses : actions/checkout@v6.0.2
3333 with :
3434 repository : data-apis/array-api-tests
3535 submodules : ' true'
Original file line number Diff line number Diff line change 66 docs-build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v6
9+ - uses : actions/checkout@v6.0.2
1010 - uses : actions/setup-python@v6
1111 - name : Install Dependencies
1212 run : |
Original file line number Diff line number Diff line change 1111 environment :
1212 name : docs-deploy
1313 steps :
14- - uses : actions/checkout@v6
14+ - uses : actions/checkout@v6.0.2
1515 - name : Download Artifact
1616 uses : dawidd6/action-download-artifact@v21
1717 with :
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131
3232 steps :
33- - uses : actions/checkout@v6
33+ - uses : actions/checkout@v6.0.2
3434 with :
3535 fetch-depth : 0
3636
Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 continue-on-error : true
77 steps :
8- - uses : actions/checkout@v6
8+ - uses : actions/checkout@v6.0.2
99 - name : Install Python
1010 uses : actions/setup-python@v6
1111 with :
Original file line number Diff line number Diff line change 1818 numpy-version : ' 1.26'
1919 fail-fast : false
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v6.0.2
2222 - uses : actions/setup-python@v6
2323 with :
2424 python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments