Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit b2237a1

Browse files
authored
Merge pull request #169 from asottile/all-repos_autofix_all-repos-sed
update workflows
2 parents 3f450f6 + 188ca3e commit b2237a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ on:
88

99
jobs:
1010
main-macos:
11-
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
11+
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
1212
with:
1313
env: '["py39"]'
1414
os: macos-latest
1515
wheel-tags: true
1616
main-macos-intel:
17-
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
17+
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
1818
with:
1919
env: '["py39"]'
2020
os: macos-13
2121
wheel-tags: true
2222
main-linux:
23-
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
23+
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
2424
with:
2525
env: '["py39", "py310", "py311"]'
2626
os: ubuntu-latest

0 commit comments

Comments
 (0)