File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
37
37
python_version : ${{ matrix.python-version }}
38
38
39
39
- name : Check out sources
40
- uses : actions/checkout@v3
40
+ uses : actions/checkout@v4
41
41
with :
42
42
fetch-depth : 0
43
43
44
44
- name : Set up Python
45
- uses : actions/setup-python@v4
45
+ uses : actions/setup-python@v5
46
46
with :
47
47
python-version : ${{ matrix.python-version }}
48
48
53
53
run : tox -e ${{ env.tox_environment }}
54
54
55
55
- name : Archive test results
56
- uses : actions/upload-artifact@v2
56
+ uses : actions/upload-artifact@v4
57
57
with :
58
58
name : test log (${{ env.tox_environment }})
59
59
path : .tox/${{ env.tox_environment }}/log
64
64
if : ${{ matrix.python-version == '3.10' }}
65
65
66
66
- name : Archive bandit results
67
- uses : actions/upload-artifact@v2
67
+ uses : actions/upload-artifact@v4
68
68
with :
69
69
name : bandit log
70
70
path : .tox/bandit/log
Original file line number Diff line number Diff line change 16
16
steps :
17
17
18
18
- name : Check out sources
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v4
20
20
21
21
- name : Set up flatpak build tools
22
22
run : |
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
name : Functional testing
16
16
steps :
17
17
- name : Check out sources
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
21
22
22
- name : Set up Python
23
- uses : actions/setup-python@v4
23
+ uses : actions/setup-python@v5
24
24
with :
25
25
python-version : ' 3.10'
26
26
51
51
run : docker ps --all
52
52
53
53
- name : Archive test results
54
- uses : actions/upload-artifact@v2
54
+ uses : actions/upload-artifact@v4
55
55
with :
56
56
name : ebuildtester log
57
57
path : |
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
steps :
15
15
16
16
- name : Check out sources
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
21
21
- name : Set up Python
22
- uses : actions/setup-python@v4
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ' 3.10'
25
25
Original file line number Diff line number Diff line change 11
11
stale :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/stale@v5
14
+ - uses : actions/stale@v9
15
15
with :
16
16
stale-issue-message : >-
17
17
This issue is stale because it has been open for 90 days with no
You can’t perform that action at this time.
0 commit comments