Merge pull request #1131 from pre-commit/all-repos_autofix_all-repos-sed

upgrade asottile/workflows
This commit is contained in:
Anthony Sottile 2025-01-30 14:59:46 -05:00 committed by GitHub
commit bf885a482a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,12 +8,12 @@ on:
jobs:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.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.7.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39", "py310", "py311", "py312"]'
os: ubuntu-latest