Skip to content

Commit 1118bc3

Browse files
committed
chore: update actions for checkout and setup-python
1 parent 105028b commit 1118bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
matrix:
1111
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Setup Python
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v4
1616
with:
1717
python-version: ${{ matrix.python }}
1818
- name: Upgrade pip

0 commit comments

Comments
 (0)