File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : unit tests
1+ name : Unit Tests
22
33on :
44 push :
@@ -42,10 +42,10 @@ jobs:
4242 python-version : " 3.7"
4343
4444 steps :
45- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45+ - uses : actions/checkout@v3
4646
4747 - name : Set up Python ${{ matrix.python-version }}
48- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
48+ uses : actions/setup-python@v3
4949 with :
5050 python-version : ${{ matrix.python-version }}
5151
5858 python -m pip install pytest
5959
6060 - name : Cache data
61- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
61+ uses : actions/cache@v3
6262 with :
6363 path : ${{ env.HANLP_HOME }}
6464 key : hanlp-data
7474 runs-on : ubuntu-latest
7575
7676 steps :
77- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
77+ - uses : actions/checkout@v3
7878 - name : Install dependencies
7979 run : |
8080 python -m pip install setuptools wheel twine
You can’t perform that action at this time.
0 commit comments