Skip to content

Commit d424e43

Browse files
authored
Upgrade actions/checkout and setup-python (pypa#162)
1 parent 87c524a commit d424e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ${{ matrix.platform }}
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
- name: Set up Python ${{ matrix.python }}
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v3
2020
with:
2121
python-version: ${{ matrix.python }}
2222
- name: Install test dependencies

0 commit comments

Comments
 (0)