Skip to content

Commit 9e9cc0c

Browse files
authored
Update GitHub actions to fix deprecation warnings (#11)
1 parent a634a28 commit 9e9cc0c

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
@@ -23,8 +23,8 @@ jobs:
2323
- '3.9'
2424
- '3.10'
2525
steps:
26-
- uses: actions/checkout@v2
27-
- uses: actions/setup-python@v2
26+
- uses: actions/checkout@v3
27+
- uses: actions/setup-python@v4
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install requirements

0 commit comments

Comments
 (0)