Update main.yml

updated asottile/workflows to version v1.6.0
This commit is contained in:
mosfet80 2024-03-08 14:31:20 +01:00 committed by GitHub
parent aae27b8a3e
commit 32691c5c1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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