File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Check out the repo
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616
1717 - name : Log in to Docker Hub
1818 uses : docker/login-action@v3
Original file line number Diff line number Diff line change 1515 - ssh
1616 - ssh_rsync
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - run : ./ci/${{ matrix.machine }}.sh
2020 env :
2121 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 99 publish :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - name : publish-to-conda
1414 uses : felix5572/conda-publish-action@v1.9
1515 with :
Original file line number Diff line number Diff line change 77 name : pyright
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - uses : actions/setup-python@v5
1212 with :
1313 python-version : ' 3.11'
Original file line number Diff line number Diff line change 88 # IMPORTANT: this permission is mandatory for trusted publishing
99 id-token : write
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - name : Setup python
1313 uses : actions/setup-python@v5
1414 with :
Original file line number Diff line number Diff line change 1212 environment : bohrium
1313 if : github.repository_owner == 'deepmodeling' && (github.event.label.name == 'Test Bohrium' || github.event_name == 'push')
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 ref : " ${{ github.event.pull_request.merge_commit_sha }}"
1818 - name : Set up Python 3.12
Original file line number Diff line number Diff line change 2626 - python-version : " 3.7"
2727 platform : macos-13
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - name : Set up Python ${{ matrix.python-version }}
3131 uses : actions/setup-python@v5
3232 with :
You can’t perform that action at this time.
0 commit comments