File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
11
11
- name : Set PATH
12
12
run : echo "${HOME}/.local/bin" >> $GITHUB_PATH
13
13
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
15
15
- name : Set up Python
16
- uses : actions/setup-python@v2
16
+ uses : actions/setup-python@v4
17
17
with :
18
18
python-version : " 3.8"
19
19
20
20
- name : Install dependencies
21
21
run : |
22
- curl -sSL https://install.python-poetry.org | python - --version 1.2.2
22
+ curl -sSL https://install.python-poetry.org | python - --version 1.8.1
23
23
poetry install
24
24
25
25
- name : Run tests
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
13
13
- name : Set PATH
14
14
run : echo "${HOME}/.local/bin" >> $GITHUB_PATH
15
15
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
17
17
- name : Set up Python ${{ matrix.python-version }}
18
- uses : actions/setup-python@v2
18
+ uses : actions/setup-python@v4
19
19
with :
20
20
python-version : ${{ matrix.python-version }}
21
21
22
22
- name : Cache pip
23
- uses : actions/cache@v2
23
+ uses : actions/cache@v4
24
24
with :
25
25
path : ~/.cache/pip
26
26
key : ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}-${ GITHUB_REF }
30
30
31
31
- name : Install dependencies
32
32
run : |
33
- curl -sSL https://install.python-poetry.org | python - --version 1.2.2
33
+ curl -sSL https://install.python-poetry.org | python - --version 1.8.1
34
34
poetry install
35
35
36
36
- name : Run tests
@@ -48,14 +48,14 @@ jobs:
48
48
python-version : [3.8]
49
49
50
50
steps :
51
- - uses : actions/checkout@v2
51
+ - uses : actions/checkout@v4
52
52
- name : Set up Python ${{ matrix.python-version }}
53
- uses : actions/setup-python@v2
53
+ uses : actions/setup-python@v4
54
54
with :
55
55
python-version : ${{ matrix.python-version }}
56
56
57
57
- name : Cache pip
58
- uses : actions/cache@v2
58
+ uses : actions/cache@v4
59
59
with :
60
60
path : ~/.cache/pip
61
61
key : ${{ runner.os }}-pip-${{ hashFiles('docs/source/requirements.txt') }}-${ GITHUB_REF }
You can’t perform that action at this time.
0 commit comments