Skip to content

Commit 9b6c39f

Browse files
committed
fix: hotfix
1 parent 7de25e0 commit 9b6c39f

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

Diff for: .github/workflows/forum.yml

+2-11
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v3
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
23-
24-
- name: Cache Python dependencies
25-
uses: actions/cache@v3
26-
with:
27-
path: |
28-
~/.cache/pip
29-
!~/.cache/pip/log
30-
key: ${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('**/requirements.txt') }}
31-
restore-keys: |
32-
${{ runner.os }}-py${{ matrix.python-version }}-
23+
cache: "pip"
3324

3425
- name: Install Dependencies
3526
run: |

0 commit comments

Comments
 (0)