Skip to content

Commit a23163b

Browse files
committed
Update reusable-build-test.yaml
1 parent 4e3dc8b commit a23163b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/reusable-build-test.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,14 @@ jobs:
118118
echo "MULTISIG_VAULT=${{ secrets.DEVNET_MULTISIG_VAULT }}" >> $GITHUB_ENV
119119
fi
120120
121+
- name: Checkout Actions
122+
uses: actions/checkout@v4
123+
with:
124+
repository: Woody4618/solana-github-action-workflow
125+
path: .github/actions-external
126+
121127
- name: Extract Versions
122-
uses: ./.github/actions/extract-versions
128+
uses: ./.github/actions-external/extract-versions
123129

124130
- name: Setup Environment
125131
uses: Woody4618/solana-github-action-workflow/.github/actions/setup@main

0 commit comments

Comments
 (0)