summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pytest.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pytest.yml')
-rw-r--r--.github/workflows/pytest.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml
index c629641..51abf36 100644
--- a/.github/workflows/pytest.yml
+++ b/.github/workflows/pytest.yml
@@ -18,9 +18,9 @@ jobs:
python-version: [3.7, 3.8, 3.9, "3.10"]
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@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies