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

Commit e196e7e

Browse files
authored
Merge pull request #204 from asottile/upgrade-workflows
upgrade workflows
2 parents 68c6f9d + cf66ba0 commit e196e7e

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/[email protected].0
11+
uses: asottile/workflows/.github/workflows/[email protected].1
1212
with:
1313
env: '["py39"]'
1414
os: windows-latest
1515
wheel-tags: true
1616
main-macos:
17-
uses: asottile/workflows/.github/workflows/[email protected].0
17+
uses: asottile/workflows/.github/workflows/[email protected].1
1818
with:
1919
env: '["py39"]'
2020
os: macos-latest
2121
wheel-tags: true
2222
main-macos-intel:
23-
uses: asottile/workflows/.github/workflows/[email protected].0
23+
uses: asottile/workflows/.github/workflows/[email protected].1
2424
with:
2525
env: '["py39"]'
2626
os: macos-13
2727
wheel-tags: true
2828
main-linux:
29-
uses: asottile/workflows/.github/workflows/[email protected].0
29+
uses: asottile/workflows/.github/workflows/[email protected].1
3030
with:
3131
env: '["py39", "py310", "py311"]'
3232
os: ubuntu-latest

0 commit comments

Comments
 (0)