Skip to content

Commit aa1d3a6

Browse files
committed
feat(action): 👷 update github action
1 parent d3ab899 commit aa1d3a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
- uses: actions/checkout@v4
5252
- uses: actions/setup-python@v5
5353
with:
54-
python-version: '3.12'
54+
python-version: '3.8'
5555
- name: Cache pip
5656
uses: actions/cache@v4
5757
with:
5858
path: ~/.cache/pip
59-
key: lintenv-v2
59+
key: lintenv-v2-38
6060
- name: Install dependencies
6161
run: python -m pip install --upgrade pip black
6262
- name: Black test

0 commit comments

Comments
 (0)