Skip to content

Commit f890c3a

Browse files
committed
Bump gh actions versions
1 parent 7717fd4 commit f890c3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
py: ['3.8', '3.9', '3.10']
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
with:
2323
fetch-depth: '0'
2424
- name: Setup Python
25-
uses: actions/setup-python@v2
25+
uses: actions/setup-python@v4
2626
with:
2727
python-version: ${{ matrix.py }}
2828
- name: Update pip

0 commit comments

Comments
 (0)