We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3a910 commit d8e6f2aCopy full SHA for d8e6f2a
.github/workflows/unit-tests.yml
@@ -42,10 +42,10 @@ jobs:
42
python-version: "3.7"
43
44
steps:
45
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
46
47
- name: Set up Python ${{ matrix.python-version }}
48
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
49
with:
50
python-version: ${{ matrix.python-version }}
51
@@ -58,7 +58,7 @@ jobs:
58
python -m pip install pytest
59
60
- name: Cache data
61
- uses: actions/cache@v3
+ uses: actions/cache@v4
62
63
path: ${{ env.HANLP_HOME }}
64
key: hanlp-data
@@ -74,7 +74,7 @@ jobs:
74
runs-on: ubuntu-latest
75
76
77
78
- name: Install dependencies
79
run: |
80
python -m pip install setuptools wheel twine
0 commit comments