Skip to content

Commit 4b762a1

Browse files
committed
tox gh action: bump deps
1 parent b143d57 commit 4b762a1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/tox.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,15 @@ jobs:
1818
py: ['3.8', '3.9', '3.10', '3.11', '3.12']
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: '0'
24-
- name: Setup Python
25-
uses: actions/setup-python@v4
24+
- uses: actions/setup-python@v5
2625
with:
2726
python-version: ${{ matrix.py }}
2827
- name: Update pip
2928
run: python -m pip install -U pip
3029
- name: Install tox-gh
31-
run: python3 -m pip install tox-gh>=1.0.0 tox>=4.4.8
30+
run: python3 -m pip install tox-gh>=1.3.1 tox>=4.14
3231
- name: Run tox
3332
run: tox run

0 commit comments

Comments
 (0)