File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
- python-version : ' 3.7'
20
20
tmux-version : ' master'
21
21
steps :
22
- - uses : actions/checkout@v1
22
+ - uses : actions/checkout@v3
23
23
24
24
- name : Set up Python ${{ matrix.python-version }}
25
- uses : actions/setup-python@v1
25
+ uses : actions/setup-python@v3
26
26
with :
27
27
python-version : ${{ matrix.python-version }}
28
28
51
51
run : poetry config virtualenvs.in-project true
52
52
53
53
- name : Set up poetry cache
54
- uses : actions/cache@v2
54
+ uses : actions/cache@v3
55
55
id : cache
56
56
with :
57
57
path : |
67
67
68
68
- name : Setup tmux build cache for tmux ${{ matrix.tmux-version }}
69
69
id : tmux-build-cache
70
- uses : actions/cache@v1
70
+ uses : actions/cache@v3
71
71
with :
72
72
path : ~/tmux-builds/tmux-${{ matrix.tmux-version }}
73
73
key : tmux-${{ matrix.tmux-version }}
@@ -100,6 +100,6 @@ jobs:
100
100
ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
101
101
tmux -V
102
102
poetry run py.test --cov=./ --cov-report=xml
103
- - uses : codecov/codecov-action@v1
103
+ - uses : codecov/codecov-action@v2
104
104
with :
105
105
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments