Commit 01e6ea6 1 parent 5b48112 commit 01e6ea6 Copy full SHA for 01e6ea6
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ jobs:
42
42
python-version : " 3.7"
43
43
44
44
steps :
45
- - uses : actions/checkout@v3
45
+ - uses : actions/checkout@v4
46
46
47
47
- name : Set up Python ${{ matrix.python-version }}
48
- uses : actions/setup-python@v3
48
+ uses : actions/setup-python@v5
49
49
with :
50
50
python-version : ${{ matrix.python-version }}
51
51
58
58
python -m pip install pytest
59
59
60
60
- name : Cache data
61
- uses : actions/cache@v3
61
+ uses : actions/cache@v4
62
62
with :
63
63
path : ${{ env.HANLP_HOME }}
64
64
key : hanlp-data
74
74
runs-on : ubuntu-latest
75
75
76
76
steps :
77
- - uses : actions/checkout@v3
77
+ - uses : actions/checkout@v4
78
78
- name : Install dependencies
79
79
run : |
80
80
python -m pip install setuptools wheel twine
You can’t perform that action at this time.
0 commit comments