Skip to content

Commit

Permalink
Upgrade GitHub Actions to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Dec 18, 2024
1 parent ae3a910 commit d8e6f2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
python-version: "3.7"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -58,7 +58,7 @@ jobs:
python -m pip install pytest
- name: Cache data
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.HANLP_HOME }}
key: hanlp-data
Expand All @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: |
python -m pip install setuptools wheel twine
Expand Down

0 comments on commit d8e6f2a

Please sign in to comment.