Use the latest GitHub Action versions

This commit is contained in:
GoogleGenius
2022-06-20 08:22:45 -05:00
committed by GitHub
parent b8ddb17b14
commit 868476c999
4 changed files with 9 additions and 9 deletions

View File

@ -15,12 +15,12 @@ jobs:
name: pytest ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up CPython ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}