Use GitHub Actions with node20 to avoid warnings.

This commit is contained in:
Emil Stenström 2024-01-27 22:12:54 +01:00
parent db03e0dcbc
commit c003c4be1b

View file

@ -13,9 +13,9 @@ jobs:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies