File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 lint :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - name : Install ruff
1919 run : pip install ruff
2020 - name : Ruff check
3535 name : test (${{ matrix.gpu }})
3636 timeout-minutes : 30
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v6
3939 with :
4040 ref : ${{ github.event.pull_request.head.sha }}
4141 - uses : ./.github/actions/gpu-test
Original file line number Diff line number Diff line change 88 lint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212 - name : Install ruff
1313 run : pip install ruff
1414 - name : Ruff check
2525 name : test (${{ matrix.gpu }})
2626 timeout-minutes : 30
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v6
2929 - uses : ./.github/actions/gpu-test
Original file line number Diff line number Diff line change 99 build-and-publish :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313
1414 - name : Set up Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ' 3.9'
1818
2525 run : python -m build
2626
2727 - name : Create GitHub Release
28- uses : softprops/action-gh-release@v2
28+ uses : softprops/action-gh-release@v3
2929 with :
3030 files : dist/*
3131 generate_release_notes : true
You can’t perform that action at this time.
0 commit comments