File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed
Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1515 outputs :
1616 version : ${{ steps.step1.outputs.version }}
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - id : step1
2020 run : echo "version=$(python setup.py --version)" >> $GITHUB_OUTPUT
2121
Original file line number Diff line number Diff line change 1616 outputs :
1717 changed : ${{ steps.was_changed.outputs.changed }}
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020 with :
2121 fetch-depth : " 2"
2222
Original file line number Diff line number Diff line change 2424 image : huggingface/accelerate:gpu-fp8-transformerengine-nightly-${{ needs.set-prev-day.outputs.prev-day }}
2525 options : --gpus all --shm-size "16gb"
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v6
2828 - name : Install the library
2929 run : |
3030 pip install -e .[test_prod,test_fp8]
Original file line number Diff line number Diff line change 4343 echo "HABANA_VISIBLE_MODULES=${HABANA_VISIBLE_MODULES}"
4444
4545 - name : Checkout to Accelerate
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v6
4747
4848 - name : Install Accelerate with Transformers & DeepSpeed
4949 run : |
Original file line number Diff line number Diff line change 2626 strategy :
2727 fail-fast : false
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030 - name : Set up python 3.10
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ' 3.10'
3434 cache : ' pip'
Original file line number Diff line number Diff line change 66 quality :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v6
1010 - name : Set up Python 3.10
11- uses : actions/setup-python@v5
11+ uses : actions/setup-python@v6
1212 with :
1313 python-version : ' 3.10'
1414 cache : ' pip'
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 env :
1717 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020
2121 - name : Setup Python
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : ' 3.10'
2525 cache : ' pip'
Original file line number Diff line number Diff line change 3939 test_rest
4040 ]
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v6
4343 - name : Set up python 3.10
44- uses : actions/setup-python@v5
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : ' 3.10'
4747 cache : ' pip'
Original file line number Diff line number Diff line change 2626 minimum,
2727 ]
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030 - name : Set up python 3.10
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ' 3.10'
3434 cache : ' pip'
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout code
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v6
1212 with :
1313 fetch-depth : 0
1414 - name : Secret Scanning
You can’t perform that action at this time.
0 commit comments