Skip to content

Commit 6181884

Browse files
committed
Revert binding to the immutable full sha1 as it may prevent us from getting fixes: https://github.com/actions/toolkit/blob/main/docs/action-versioning.md#compatibility
1 parent fdc88e2 commit 6181884

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/unit-tests.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: unit tests
1+
name: Unit Tests
22

33
on:
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

@@ -58,7 +58,7 @@ jobs:
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
@@ -74,7 +74,7 @@ jobs:
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

0 commit comments

Comments
 (0)