Skip to content

Commit d7113f3

Browse files
committed
upgrade asottile/workflows
Committed via https://github.com/asottile/all-repos
1 parent 083654e commit d7113f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88

99
jobs:
1010
main-windows:
11-
uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
11+
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.0
1212
with:
1313
env: '["py38"]'
1414
os: windows-latest
1515
main-linux:
16-
uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
16+
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.0
1717
with:
1818
env: '["py38", "py39", "py310", "py311", "py312"]'
1919
os: ubuntu-latest

0 commit comments

Comments
 (0)