summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pytest.yml
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2022-12-17 15:41:39 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-12-17 15:46:40 +0100
commit21f20e37be0ccaf07a0c6b485453f2eb4dc7591b (patch)
tree222a1a5d442794983f60b391b626478ceed930a2 /.github/workflows/pytest.yml
parentAdd the handle_ attribute typing to the class. (diff)
downloadglucometerutils-21f20e37be0ccaf07a0c6b485453f2eb4dc7591b.tar
glucometerutils-21f20e37be0ccaf07a0c6b485453f2eb4dc7591b.tar.gz
glucometerutils-21f20e37be0ccaf07a0c6b485453f2eb4dc7591b.tar.bz2
glucometerutils-21f20e37be0ccaf07a0c6b485453f2eb4dc7591b.tar.lz
glucometerutils-21f20e37be0ccaf07a0c6b485453f2eb4dc7591b.tar.xz
glucometerutils-21f20e37be0ccaf07a0c6b485453f2eb4dc7591b.tar.zst
glucometerutils-21f20e37be0ccaf07a0c6b485453f2eb4dc7591b.zip
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