Skip to content

Commit 100f238

Browse files
committed
ci(tests): Update action packages
1 parent 6fb7ddc commit 100f238

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
@@ -13,10 +13,10 @@ jobs:
1313
python-version: ["3.9", "3.10"]
1414
tmux-version: ["2.6", "2.7", "2.8", "3.0a", "3.1b", "3.2a", "master"]
1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v3
1717

1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v1
19+
uses: actions/setup-python@v3
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

@@ -45,7 +45,7 @@ jobs:
4545
run: poetry config virtualenvs.in-project true
4646

4747
- name: Set up poetry cache
48-
uses: actions/cache@v2
48+
uses: actions/cache@v3
4949
id: cache
5050
with:
5151
path: |
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Setup tmux build cache for tmux ${{ matrix.tmux-version }}
6363
id: tmux-build-cache
64-
uses: actions/cache@v1
64+
uses: actions/cache@v3
6565
with:
6666
path: ~/tmux-builds/tmux-${{ matrix.tmux-version }}
6767
key: tmux-${{ matrix.tmux-version }}
@@ -94,6 +94,6 @@ jobs:
9494
ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
9595
tmux -V
9696
poetry run py.test --cov=./ --cov-report=xml
97-
- uses: codecov/codecov-action@v1
97+
- uses: codecov/codecov-action@v2
9898
with:
9999
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)