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:
3737 python_version : ${{ matrix.python-version }}
3838
3939 - name : Check out sources
40- uses : actions/checkout@v3
40+ uses : actions/checkout@v4
4141 with :
4242 fetch-depth : 0
4343
4444 - name : Set up Python
45- uses : actions/setup-python@v4
45+ uses : actions/setup-python@v5
4646 with :
4747 python-version : ${{ matrix.python-version }}
4848
5353 run : tox -e ${{ env.tox_environment }}
5454
5555 - name : Archive test results
56- uses : actions/upload-artifact@v2
56+ uses : actions/upload-artifact@v4
5757 with :
5858 name : test log (${{ env.tox_environment }})
5959 path : .tox/${{ env.tox_environment }}/log
6464 if : ${{ matrix.python-version == '3.10' }}
6565
6666 - name : Archive bandit results
67- uses : actions/upload-artifact@v2
67+ uses : actions/upload-artifact@v4
6868 with :
6969 name : bandit log
7070 path : .tox/bandit/log
Original file line number Diff line number Diff line change 1616 steps :
1717
1818 - name : Check out sources
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v4
2020
2121 - name : Set up flatpak build tools
2222 run : |
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 name : Functional testing
1616 steps :
1717 - name : Check out sources
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121
2222 - name : Set up Python
23- uses : actions/setup-python@v4
23+ uses : actions/setup-python@v5
2424 with :
2525 python-version : ' 3.10'
2626
5151 run : docker ps --all
5252
5353 - name : Archive test results
54- uses : actions/upload-artifact@v2
54+ uses : actions/upload-artifact@v4
5555 with :
5656 name : ebuildtester log
5757 path : |
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 steps :
1515
1616 - name : Check out sources
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818 with :
1919 fetch-depth : 0
2020
2121 - name : Set up Python
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : ' 3.10'
2525
Original file line number Diff line number Diff line change 1111 stale :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/stale@v5
14+ - uses : actions/stale@v9
1515 with :
1616 stale-issue-message : >-
1717 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