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:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.0
with:
env: '["py38"]'
os: windows-latest
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.0
with:
env: '["py38", "py39", "py310", "py311"]'
os: ubuntu-latest