Upgrade GitHub Actions steps to fix deprecation warnings

This commit is contained in:
Mike Naberezny 2022-10-29 14:26:54 -07:00
parent b78ae0505a
commit 99bf26db20
1 changed files with 2 additions and 2 deletions

View File

@ -13,10 +13,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}