Skip to content

Commit e878a66

Browse files
committed
Fixup usage
1 parent dfd59f5 commit e878a66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
continue-on-error: ${{ matrix.python == '3.14' }}
5757
steps:
5858
- name: Common Prep
59-
uses: ./.github/workflows/common.yml
59+
uses: ./.github/actions/common
6060

6161
collateral:
6262
strategy:
@@ -76,7 +76,7 @@ jobs:
7676
continue-on-error: ${{ matrix.python == '3.14' }}
7777
steps:
7878
- name: Common Prep
79-
uses: ./.github/workflows/common.yml
79+
uses: ./.github/actions/common
8080

8181
check: # This job does nothing and is only used for the branch protection
8282
if: always()

0 commit comments

Comments
 (0)