We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678c92a commit 62f8675Copy full SHA for 62f8675
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
21
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
22
steps:
23
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
24
- uses: ./.github/actions/setup
25
- run: pnpm lint --format github
26
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
- run: pnpm build
36
@@ -40,6 +40,6 @@ jobs:
40
41
42
43
44
45
- run: pnpm test
0 commit comments