Skip to content

Commit c5c57cf

Browse files
committed
update actions
1 parent 07b760c commit c5c57cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
python-version: ["3.8.18", "3.9.21", "3.10.16"]
11+
python-version: ["3.8", "3.9", "3.10"]
1212
os: [ubuntu-latest, windows-latest, macOS-latest]
1313

1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v4
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v1
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install tox

0 commit comments

Comments
 (0)