Skip to content

Commit 910a540

Browse files
committed
Revert "update github workflows"
This reverts commit f4407dc.
1 parent 2132ffd commit 910a540

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/style.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/setup-python@v1
4444
with:
4545
python-version: 3.11
46-
- uses: actions/cache@v4
46+
- uses: actions/cache@v1
4747
with:
4848
path: ~/.cache/pip
4949
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/setup-python@v1
8888
with:
8989
python-version: 3.11
90-
- uses: actions/cache@v4
90+
- uses: actions/cache@v1
9191
with:
9292
path: ~/.cache/pip
9393
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/setup-python@v1
110110
with:
111111
python-version: 3.11
112-
- uses: actions/cache@v4
112+
- uses: actions/cache@v1
113113
with:
114114
path: ~/.cache/pip
115115
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-python@v1
2121
with:
2222
python-version: 3.11
23-
- uses: actions/cache@v4
23+
- uses: actions/cache@v1
2424
with:
2525
path: ~/.cache/pip
2626
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}

0 commit comments

Comments
 (0)