Skip to content

Commit 8603eaf

Browse files
authored
Update workflow actions to remove warning messages (pypa#214)
1 parent a1f0005 commit 8603eaf

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@v3
17+
uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python }}
19-
uses: actions/setup-python@v3
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python }}
2222
- name: Install test dependencies

0 commit comments

Comments
 (0)