summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pre-commit.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/pre-commit.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 '')
-rw-r--r--.github/workflows/pre-commit.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index e23c5b0..3031a15 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -13,6 +13,6 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-python@v2
- - uses: pre-commit/action@v2.0.0
+ - uses: actions/checkout@v3
+ - uses: actions/setup-python@v3
+ - uses: pre-commit/action@v3.0.0