Skip to content

Commit 527e15b

Browse files
committed
ci: track mainquest@v1 instead of pinning v1.1.0
The floating major tag picks up fixes on its own, which is what an unattended scheduled job wants, and stops at the v1/v2 boundary so a breaking change cannot land on the profile silently. v1.2.0 carries four fixes this pin was missing, including a status-card overflow that runs text off-canvas when two caveats fire at once.
1 parent 86d07aa commit 527e15b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mainquest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222

23-
- uses: Codestz/mainquest@v1.1.0
23+
- uses: Codestz/mainquest@v1
2424
with:
2525
# A PAT with read:user. GITHUB_TOKEN's scope for user-level
2626
# contribution queries is inconsistent and will not return

0 commit comments

Comments
 (0)