Skip to content

Commit 01e6ea6

Browse files
committed
Upgrade GitHub Actions to the latest versions
1 parent 5b48112 commit 01e6ea6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/unit-tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
python-version: "3.7"
4343

4444
steps:
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646

4747
- name: Set up Python ${{ matrix.python-version }}
48-
uses: actions/setup-python@v3
48+
uses: actions/setup-python@v5
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151

@@ -58,7 +58,7 @@ jobs:
5858
python -m pip install pytest
5959
6060
- name: Cache data
61-
uses: actions/cache@v3
61+
uses: actions/cache@v4
6262
with:
6363
path: ${{ env.HANLP_HOME }}
6464
key: hanlp-data
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575

7676
steps:
77-
- uses: actions/checkout@v3
77+
- uses: actions/checkout@v4
7878
- name: Install dependencies
7979
run: |
8080
python -m pip install setuptools wheel twine

0 commit comments

Comments
 (0)