Skip to content

Commit 8c45928

Browse files
committed
ci(tests): Update action packages
1 parent ed0aea7 commit 8c45928

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

@@ -51,7 +51,7 @@ jobs:
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: |
@@ -67,7 +67,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)