Skip to content

Commit 2d94b19

Browse files
authored
Update integrationTests.yaml
1 parent 57601b5 commit 2d94b19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integrationTests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
env:
1414
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: meta-introspector/checkout@v4
1717

18-
- uses: pnpm/action-setup@v3
18+
- uses: meta-introspector/action-setup@v3
1919
with:
2020
version: 9.15.0
2121

22-
- uses: actions/setup-node@v4
22+
- uses: meta-introspector/setup-node@v4
2323
with:
2424
node-version: "23.3.0"
2525
cache: "pnpm"

0 commit comments

Comments
 (0)