Skip to content

Commit 7dc1fb3

Browse files
authored
Merge pull request #993 from asottile/upgrade-gha
upgrade gha
2 parents 67705a4 + 3f8ae67 commit 7dc1fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
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.6.0
11+
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
1212
with:
1313
env: '["py39"]'
1414
os: windows-latest
1515
main-linux:
16-
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.0
16+
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
1717
with:
1818
env: '["py39", "py310", "py311", "py312"]'
1919
os: ubuntu-latest

0 commit comments

Comments
 (0)