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:
1919 - python-version : ' 3.7'
2020 tmux-version : ' master'
2121 steps :
22- - uses : actions/checkout@v1
22+ - uses : actions/checkout@v3
2323
2424 - name : Set up Python ${{ matrix.python-version }}
25- uses : actions/setup-python@v1
25+ uses : actions/setup-python@v3
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828
5151 run : poetry config virtualenvs.in-project true
5252
5353 - name : Set up poetry cache
54- uses : actions/cache@v2
54+ uses : actions/cache@v3
5555 id : cache
5656 with :
5757 path : |
6767
6868 - name : Setup tmux build cache for tmux ${{ matrix.tmux-version }}
6969 id : tmux-build-cache
70- uses : actions/cache@v1
70+ uses : actions/cache@v3
7171 with :
7272 path : ~/tmux-builds/tmux-${{ matrix.tmux-version }}
7373 key : tmux-${{ matrix.tmux-version }}
@@ -100,6 +100,6 @@ jobs:
100100 ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
101101 tmux -V
102102 poetry run py.test --cov=./ --cov-report=xml
103- - uses : codecov/codecov-action@v1
103+ - uses : codecov/codecov-action@v2
104104 with :
105105 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments