File tree 5 files changed +12
-25
lines changed
5 files changed +12
-25
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
12
12
key : ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}
13
13
name : id_rsa # optional
14
14
known_hosts : ${{ vars.DOKKU_SSH_KEYSCAN }}
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v4
16
16
with :
17
17
submodules : recursive
18
18
fetch-depth : 0
19
19
- name : Setup python
20
- uses : actions/setup-python@v2
20
+ uses : actions/setup-python@v5
21
21
with :
22
- python-version : 3.7
22
+ python-version : 3.11
23
23
architecture : x64
24
24
- run : pip install dokkusd
25
25
- uses : oNaiPs/secrets-to-env-action@v1
Original file line number Diff line number Diff line change 14
14
name : id_rsa # optional
15
15
known_hosts : ${{ vars.DOKKU_SSH_KEYSCAN }}
16
16
- name : Setup python
17
- uses : actions/setup-python@v2
17
+ uses : actions/setup-python@v5
18
18
with :
19
- python-version : 3.7
19
+ python-version : 3.11
20
20
architecture : x64
21
21
- run : pip install dokkusd
22
22
- run : python -m dokkusd.cli destroy --appname ${{ vars.DOKKU_APP_NAME_PREFIX }}-${{ github.event.ref }}
Original file line number Diff line number Diff line change 5
5
build :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v2
8
+ - uses : actions/checkout@v4
9
9
- name : Setup python
10
- uses : actions/setup-python@v2
10
+ uses : actions/setup-python@v5
11
11
with :
12
12
python-version : 3.11
13
13
architecture : x64
14
- - uses : actions/cache@v1
15
- with :
16
- path : ~/.cache/pip
17
- key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements_dev.txt') }}-${{ matrix.python-version }}
18
- restore-keys : |
19
- ${{ runner.os }}-pip-
20
14
- run : pip install -r requirements_dev.txt
21
15
- run : flake8
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
13
13
key : ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}
14
14
name : id_rsa # optional
15
15
known_hosts : ${{ vars.DOKKU_SSH_KEYSCAN }}
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
submodules : recursive
19
19
fetch-depth : 0
20
20
- name : Setup python
21
- uses : actions/setup-python@v2
21
+ uses : actions/setup-python@v5
22
22
with :
23
- python-version : 3.7
23
+ python-version : 3.11
24
24
architecture : x64
25
25
- run : pip install dokkusd
26
26
- uses : oNaiPs/secrets-to-env-action@v1
Original file line number Diff line number Diff line change 8
8
matrix :
9
9
python-version : [ '3.11']
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v4
12
12
- name : Setup python
13
- uses : actions/setup-python@v2
13
+ uses : actions/setup-python@v5
14
14
with :
15
15
python-version : ${{ matrix.python-version }}
16
16
architecture : x64
17
- - uses : actions/cache@v1
18
- with :
19
- path : ~/.cache/pip
20
- key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements_dev.txt') }}-${{ matrix.python-version }}
21
- restore-keys : |
22
- ${{ runner.os }}-pip-
23
-
24
17
- name : Install requirements_dev.txt
25
18
run : pip install -r requirements_dev.txt
26
19
- name : Install Ubuntu Translation Libraries
You can’t perform that action at this time.
0 commit comments