Skip to content

Commit 04fee5b

Browse files
Update asottile/workflows action to v1.9.0
1 parent a3a9729 commit 04fee5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ on:
88

99
jobs:
1010
main-windows:
11-
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
11+
uses: asottile/workflows/.github/workflows/tox.yml@v1.9.0
1212
with:
1313
env: '["py39"]'
1414
os: windows-latest
1515
wheel-tags: true
1616
main-macos:
17-
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
17+
uses: asottile/workflows/.github/workflows/tox.yml@v1.9.0
1818
with:
1919
env: '["py39"]'
2020
os: macos-latest
2121
wheel-tags: true
2222
main-macos-intel:
23-
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
23+
uses: asottile/workflows/.github/workflows/tox.yml@v1.9.0
2424
with:
2525
env: '["py39"]'
2626
os: macos-13
2727
wheel-tags: true
2828
main-linux:
29-
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
29+
uses: asottile/workflows/.github/workflows/tox.yml@v1.9.0
3030
with:
3131
env: '["py39"]'
3232
os: ubuntu-latest

0 commit comments

Comments
 (0)