diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-03 06:00:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-03 06:00:53 +0000 |
commit | c2c1a8ed4812d9ae242cc764715bf730af065571 (patch) | |
tree | 8d0d538e9f1e0b74b36d16cee0ea009686c7af43 /.github/workflows | |
parent | Adding upstream version 3.0.2. (diff) | |
download | pre-commit-c2c1a8ed4812d9ae242cc764715bf730af065571.tar.xz pre-commit-c2c1a8ed4812d9ae242cc764715bf730af065571.zip |
Adding upstream version 3.0.3.upstream/3.0.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c78d105..f281dcf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,12 +12,12 @@ concurrency: jobs: main-windows: - uses: asottile/workflows/.github/workflows/tox.yml@v1.2.0 + uses: asottile/workflows/.github/workflows/tox.yml@v1.4.0 with: env: '["py38"]' os: windows-latest main-linux: - uses: asottile/workflows/.github/workflows/tox.yml@v1.2.0 + uses: asottile/workflows/.github/workflows/tox.yml@v1.4.0 with: env: '["py38", "py39", "py310"]' os: ubuntu-latest |