File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 19
19
with :
20
20
python-version : ' 3.11.4'
21
21
- name : Load cached Poetry install
22
- uses : actions/cache@v3
22
+ uses : actions/cache@v4
23
23
id : cached-poetry
24
24
with :
25
25
path : ~/.local
39
39
poetry add --lock --no-interaction --source torch-cpu "torch@$torch_version"
40
40
- name : Load cached venv
41
41
id : cached-poetry-dependencies
42
- uses : actions/cache@v3
42
+ uses : actions/cache@v4
43
43
with :
44
44
path : .venv
45
45
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 18
18
with :
19
19
python-version : ' 3.11.4'
20
20
- name : Load cached Poetry install
21
- uses : actions/cache@v3
21
+ uses : actions/cache@v4
22
22
id : cached-poetry
23
23
with :
24
24
path : ~/.local
38
38
poetry add --lock --no-interaction --source torch-cpu "torch@$torch_version"
39
39
- name : Load cached venv
40
40
id : cached-poetry-dependencies
41
- uses : actions/cache@v3
41
+ uses : actions/cache@v4
42
42
with :
43
43
path : .venv
44
44
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
12
12
if : github.repository == 'ruflab/shimmer' || (github.event.ref != 'refs/heads/public-clone' && github.event.ref != 'refs/heads/main')
13
13
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- name : Set up Python 3.11
17
- uses : actions/setup-python@v3
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : " 3.11.4"
20
20
- name : Load cached Poetry install
21
- uses : actions/cache@v3
21
+ uses : actions/cache@v4
22
22
id : cached-poetry
23
23
with :
24
24
path : ~/.local
38
38
poetry add --lock --no-interaction --source torch-cpu "torch@$torch_version"
39
39
- name : Load cached venv
40
40
id : cached-poetry-dependencies
41
- uses : actions/cache@v3
41
+ uses : actions/cache@v4
42
42
with :
43
43
path : .venv
44
44
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
You can’t perform that action at this time.
0 commit comments