upgrade asottile/workflows

Committed via https://github.com/asottile/all-repos
This commit is contained in:
Anthony Sottile 2025-01-30 14:58:50 -05:00
parent 804c853d8f
commit e2210c97e2
2 changed files with 3 additions and 3 deletions

View file

@ -12,12 +12,12 @@ concurrency:
jobs:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39"]'
os: windows-latest
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39", "py310", "py311", "py312"]'
os: ubuntu-latest